COLOR #63ABF4

HEX: #63ABF4
RGB: (99,171,244)

Color info

#63ABF4 contains mainly blue color. Web safe color of #63ABF4 is #6699FF (or #69F).

RGB color model

#63ABF4 color RGB value is (99,171,244).

  • red value is 99;
  • green value is 171;
  • blue value is 244.
RGB:
(99,171,244)
(39%,67%,96%)

RGB channels and saturation

R 99 of 255 = 39%
G 171 of 255 = 67%
B 244 of 255 = 96%

99
171
244

R + G + B ~ 67%. #63ABF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 171 + 244 = 514 (100%)
R 99 of 514 ~ 19.26%
G 171 of 514 ~ 33.27%
B 244 of 514 ~ 47.47%

%19.26
%33.27
%47.47

CMYK color model

#63ABF4 color CMYK value is (59,30,0,4).

  • cyan value is 59.43%
  • magenta value is 29.92%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(59,30,0,4)
C59M30Y0K4 
(59%,30%,0%,4%)
(0.59/0.30/0.00/0.04)	

CMYK percentages

%59.43
%29.92
%0
%4.31

Codes

Color #63ABF4 in popluar color models

63ABF4
RGB99171244
HSL210°86.83%67.25%
HSB/HSV210°59.43%95.69%
CMYK59.43%29.92%0.00%
4.31%

Color #63ABF4 in popluar number systems.

HEX63ABF4
Decimal99171244
Binary11000111010101111110100
Octal143253364

Shades and tints

Shades of #63ABF4

#63ABF4
(99,171,244)
#5A9CDE
(90,156,222)
#518DC8
(81,141,200)
#487EB2
(72,126,178)
#3F6F9C
(63,111,156)
#366086
(54,96,134)
#2D5170
(45,81,112)
#24425A
(36,66,90)
#1B3344
(27,51,68)
#12242E
(18,36,46)
#091518
(9,21,24)
#000000
(0,0,0)

Tints of #63ABF4

#63ABF4
(99,171,244)
#71B2F5
(113,178,245)
#7FB9F6
(127,185,246)
#8DC0F7
(141,192,247)
#9BC7F8
(155,199,248)
#A9CEF9
(169,206,249)
#B7D5FA
(183,213,250)
#C5DCFB
(197,220,251)
#D3E3FC
(211,227,252)
#E1EAFD
(225,234,253)
#EFF1FE
(239,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63ABF4 color. Also use rgb(99,171,244) instead hex code.

Text Font Color

.myTextColor { color: #63ABF4; }

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

This text font color is #63ABF4.


Background Color

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

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

This div background color is #63ABF4.


Border color

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

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

This div border color is #63ABF4.


Opacity

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

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

Text with #63ABF4 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 #63ABF4;}

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

This text has shadow with #63ABF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63ABF4 on black background.


Color preview on white background

This text has color #63ABF4 on white background.



Black color preview on #63ABF4 background

This text has black color on #63ABF4 background.


White color preview on #63ABF4 background

This text has white color on #63ABF4 background.