#99EAFA

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

Shades of Blizzard Blue #99EAFA

Tints of Blizzard Blue #99EAFA

Color information

#99EAFA (or 0x99EAFA) is unknown color: approx Blizzard Blue. HEX triplet: 99, EA and FA. RGB value is (153,234,250). Sum of RGB (Red+Green+Blue) = 153+234+250=637 (84% of max value = 765). Red value is 153 (60.16% from 255 or 24.02% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #99EAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EAFA is #661505. Grayscale: #D3D3D3. Windows color (decimal): -6690054 or 16444057. OLE color: 16444057.

HSL color Cylindrical-coordinate representation of color #99EAFA: hue angle of 189.9º degrees, saturation: 0.91, 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 #99EAFA is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153234250-
CMYK0.390.0600.02
HSL189.9º90.65%79.02%-
HSV(B)189.9º38.8%98.04%-
XYZ59.8272.52101.29-
YUV211.6149.6686.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.02%
GREEN value IS 234 (91.80% from 255) = 36.73%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=24.02%
G=36.73%
B=39.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1532342500.390.0600.02189.990.6579.02
Hex99EAFA27602be5b4f
Octal23135237247602276133117
Binary1001100111101010111110101001111100101011111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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