COLOR #63A4F0

HEX: #63A4F0
RGB: (99,164,240)

Renk bilgisi

#63A4F0 contains mainly blue color. #63A4F0 ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#63A4F0 color RGB value is (99,164,240).

  • kırmız ton 99;
  • yeşil ton 164;
  • mavi ton 240.
RGB:
(99,164,240)
(39%,64%,94%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 164 of 255 = 64%
B 240 of 255 = 94%

99
164
240

R + G + B ~ 66%. #63A4F0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 164 + 240 = 503 (100%)
R 99 of 503 ~ 19.68%
G 164 of 503 ~ 32.6%
B 240 of 503 ~ 47.71%

%19.68
%32.6
%47.71

CMYK RENK MODELİ

#63A4F0 rengi CMYK tonu (59,32,0,6).

  • camgöbeği tonu 58.75%
  • eflatun tonu 31.67%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(59,32,0,6)
C59M32Y0K6 
(59%,32%,0%,6%)
(0.59/0.32/0.00/0.06)	

CMYK yüzdeleri

%58.75
%31.67
%0
%5.88

Codes

Color #63A4F0 in popluar color models

63A4F0
RGB99164240
HSL212°82.46%66.47%
HSB/HSV212°58.75%94.12%
CMYK58.75%31.67%0.00%
5.88%

Color #63A4F0 in popluar number systems.

HEX63A4F0
Decimal99164240
Binary11000111010010011110000
Octal143244360

Shades and tints

Shades of #63A4F0

#63A4F0
(99,164,240)
#5A96DB
(90,150,219)
#5188C6
(81,136,198)
#487AB1
(72,122,177)
#3F6C9C
(63,108,156)
#365E87
(54,94,135)
#2D5072
(45,80,114)
#24425D
(36,66,93)
#1B3448
(27,52,72)
#122633
(18,38,51)
#09181E
(9,24,30)
#000000
(0,0,0)

Tints of #63A4F0

#63A4F0
(99,164,240)
#71ACF1
(113,172,241)
#7FB4F2
(127,180,242)
#8DBCF3
(141,188,243)
#9BC4F4
(155,196,244)
#A9CCF5
(169,204,245)
#B7D4F6
(183,212,246)
#C5DCF7
(197,220,247)
#D3E4F8
(211,228,248)
#E1ECF9
(225,236,249)
#EFF4FA
(239,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A4F0 color. Also use rgb(99,164,240) instead hex code.

Text Font Color

.myTextColor { color: #63A4F0; }

<p style="color:#63A4F0">This sample text font color is #63A4F0.</p>

This text font color is #63A4F0.


Background Color

.myBgColor { background-color: #63A4F0; }

<div style="background-color:#63A4F0">Inner text</div>

This div background color is #63A4F0.


Border color

.myBorderColor { border: 1px solid #63A4F0; }

<div style="border:3px solid #63A4F0">Div</div>

This div border color is #63A4F0.


Opacity

.myOpacity80 { color: #63A4F0; opacity: 0.8; }

<p style="color:#63A4F0;opacity:0.8;">80%</p>

Text with #63A4F0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #63A4F0;}

<p style="text-shadow: 3px 3px 1px #63A4F0">Text here.</p>

This text has shadow with #63A4F0 color.

.textShadow {text-shadow: 3px 3px 1px #63A4F0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #63A4F0, 5px 5px 20px red">Text here.</p>

This text has shadow with #63A4F0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63A4F0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#63A4F0, Direction=45, Strength=4)">Text</p>

This text has shadow with #63A4F0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #63A4F0;
  -webkit-box-shadow:	1px 1px 3px 2px #63A4F0;
  box-shadow:		1px 1px 3px 2px #63A4F0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63A4F0;
-webkit-box-shadow: 1px 1px 3px 2px #63A4F0;
box-shadow:1px 1px 3px 2px #63A4F0;">
Div content here</div>
This div box has shadow with color #63A4F0.

Preview

Color preview on black background

This text has color #63A4F0 on black background.


Color preview on white background

This text has color #63A4F0 on white background.



Black color preview on #63A4F0 background

This text has black color on #63A4F0 background.


White color preview on #63A4F0 background

This text has white color on #63A4F0 background.