#99EAFB

Color #99EAFB Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #99EAFB

Tints of Blizzard Blue #99EAFB

Color information

#99EAFB (or 0x99EAFB) is unknown color: approx Blizzard Blue. HEX triplet: 99, EA and FB. RGB value is (153,234,251). Sum of RGB (Red+Green+Blue) = 153+234+251=638 (84% of max value = 765). Red value is 153 (60.16% from 255 or 23.98% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #99EAFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EAFB is #661504. Grayscale: #D3D3D3. Windows color (decimal): -6690053 or 16509593. OLE color: 16509593.

HSL color Cylindrical-coordinate representation of color #99EAFB: hue angle of 190.41º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99EAFB is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153234251-
CMYK0.390.0700.02
HSL190.41º92.45%79.22%-
HSV(B)190.41º39.04%98.43%-
XYZ59.9772.58102.12-
YUV211.72150.1686.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 23.98%
GREEN value IS 234 (91.80% from 255) = 36.68%
BLUE value IS 251 (98.44% from 255) = 39.34%
R=23.98%
G=36.68%
B=39.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532342510.390.0700.02190.4192.4579.22
Hex99EAFB27702be5c4f
Octal23135237347702276134117
Binary1001100111101010111110111001111110101011111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99EAFB; }

 p { color: rgb(153,234,251); }

 H1.HeaderClassName
 {
   color: #99EAFB;
 }
 .AnyTagClassName
 {
   color: #99EAFB;
 }
</style>
background-color css

<style>
 a { background-color: #99EAFB; }

 a { background-color: rgb(153,234,251); }

 div.DivClassName
 {
   background-color: #99EAFB;
 }
 .BgClassName
 {
   background-color: #99EAFB;
 }
</style>
border-color css

<style>
 span { border-color: #99EAFB; }

 span { border-color: rgb(153,234,251); }

 td.TdClassName
 {
   border-color: #99EAFB;
 }
 .TagClassName
 {
   border-color: #99EAFB;
 }
</style>