#9EDCF0

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

Shades of Blizzard Blue #9EDCF0

Tints of Blizzard Blue #9EDCF0

Color information

#9EDCF0 (or 0x9EDCF0) is unknown color: approx Blizzard Blue. HEX triplet: 9E, DC and F0. RGB value is (158,220,240). Sum of RGB (Red+Green+Blue) = 158+220+240=618 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.57% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #9EDCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDCF0 is #61230F. Grayscale: #CBCBCB. Windows color (decimal): -6365968 or 15785118. OLE color: 15785118.

HSL color Cylindrical-coordinate representation of color #9EDCF0: hue angle of 194.63º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EDCF0 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB158220240-
CMYK0.340.0800.06
HSL194.63º73.21%78.04%-
HSV(B)194.63º34.17%94.12%-
XYZ55.4264.7592.01-
YUV203.74148.4695.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.57%
GREEN value IS 220 (86.33% from 255) = 35.60%
BLUE value IS 240 (94.14% from 255) = 38.83%
R=25.57%
G=35.60%
B=38.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1582202400.340.0800.06194.6373.2178.04
Hex9EDCF022806c3494e
Octal236334360421006303111116
Binary100111101101110011110000100010100001101100001110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,220,240); }

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

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

 a { background-color: rgb(158,220,240); }

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

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

 span { border-color: rgb(158,220,240); }

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