#99ECFB

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

Shades of Blizzard Blue #99ECFB

Tints of Blizzard Blue #99ECFB

Color information

#99ECFB (or 0x99ECFB) is unknown color: approx Blizzard Blue. HEX triplet: 99, EC and FB. RGB value is (153,236,251). Sum of RGB (Red+Green+Blue) = 153+236+251=640 (84% of max value = 765). Red value is 153 (60.16% from 255 or 23.91% from 640); Green value is 236 (92.58% from 255 or 36.88% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #99ECFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99ECFB is #661304. Grayscale: #D4D4D4. Windows color (decimal): -6689541 or 16510105. OLE color: 16510105.

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

Color convert

RGB153236251-
CMYK0.390.0600.02
HSL189.18º92.45%79.22%-
HSV(B)189.18º39.04%98.43%-
XYZ60.5473.73102.31-
YUV212.89149.585.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 23.91%
GREEN value IS 236 (92.58% from 255) = 36.88%
BLUE value IS 251 (98.44% from 255) = 39.22%
R=23.91%
G=36.88%
B=39.22%

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
Decimal1532362510.390.0600.02189.1892.4579.22
Hex99ECFB27602bd5c4f
Octal23135437347602275134117
Binary1001100111101100111110111001111100101011110110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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