#9EECFD

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

Shades of Blizzard Blue #9EECFD

Tints of Blizzard Blue #9EECFD

Color information

#9EECFD (or 0x9EECFD) is unknown color: approx Blizzard Blue. HEX triplet: 9E, EC and FD. RGB value is (158,236,253). Sum of RGB (Red+Green+Blue) = 158+236+253=647 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.42% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EECFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EECFD is #611302. Grayscale: #D6D6D6. Windows color (decimal): -6361859 or 16641182. OLE color: 16641182.

HSL color Cylindrical-coordinate representation of color #9EECFD: hue angle of 190.74º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EECFD is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB158236253-
CMYK0.380.0700.01
HSL190.74º95.96%80.59%-
HSV(B)190.74º37.55%99.22%-
XYZ61.8374.35104.02-
YUV214.62149.6687.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.42%
GREEN value IS 236 (92.58% from 255) = 36.48%
BLUE value IS 253 (99.22% from 255) = 39.10%
R=24.42%
G=36.48%
B=39.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582362530.380.0700.01190.7495.9680.59
Hex9EECFD26701bf6051
Octal23635437546701277140121
Binary100111101110110011111101100110111011011111111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EECFD; }

 p { color: rgb(158,236,253); }

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

<style>
 a { background-color: #9EECFD; }

 a { background-color: rgb(158,236,253); }

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

<style>
 span { border-color: #9EECFD; }

 span { border-color: rgb(158,236,253); }

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