Shades of Blizzard Blue #9EDFEC
Tints of Blizzard Blue #9EDFEC
RGB
CMYK
RGB Variations
Color information
#9EDFEC (or 0x9EDFEC) is known color: Blizzard Blue. HEX triplet: 9E, DF and EC. RGB value is (158,223,236). Sum of RGB (Red+Green+Blue) = 158+223+236=617 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.61% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #9EDFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDFEC is #612013. Grayscale: #CCCCCC. Windows color (decimal): -6365204 or 15523742. OLE color: 15523742.
HSL color Cylindrical-coordinate representation of color #9EDFEC: hue angle of 190º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EDFEC is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 223 | 236 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.07 |
| HSL | 190º | 0.67% | 0.77% | - |
| HSV(B) | 190º | 0.33% | 0.93% | - |
| XYZ | 55.63 | 66.1 | 89.18 | - |
| YUV | 205.05 | 145.47 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 223 | 236 | 0.33 | 0.06 | 0 | 0.07 | 190 | 0.67 | 0.77 |
| Hex | 9E | DF | EC | 21 | 6 | 0 | 7 | BE | 43 | 4D |
| Octal | 236 | 337 | 354 | 41 | 6 | 0 | 7 | 276 | 103 | 115 |
| Binary | 10011110 | 11011111 | 11101100 | 100001 | 110 | 0 | 111 | 10111110 | 1000011 | 1001101 |
Color Harmonies of #9EDFEC
Complementary color
Monochromatic Colors of #9EDFEC
Black with #9EDFEC
Text Example
Text Example
White with #9EDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDFEC; }
p { color: rgb(158,223,236); }
H1.HeaderClassName
{
color: #9EDFEC;
}
.AnyTagClassName
{
color: #9EDFEC;
}
</style>
background-color css
<style>
a { background-color: #9EDFEC; }
a { background-color: rgb(158,223,236); }
div.DivClassName
{
background-color: #9EDFEC;
}
.BgClassName
{
background-color: #9EDFEC;
}
</style>
border-color css
<style>
span { border-color: #9EDFEC; }
span { border-color: rgb(158,223,236); }
td.TdClassName
{
border-color: #9EDFEC;
}
.TagClassName
{
border-color: #9EDFEC;
}
</style>