Shades of Blizzard Blue #9EDFEA
Tints of Blizzard Blue #9EDFEA
RGB
CMYK
RGB Variations
Color information
#9EDFEA (or 0x9EDFEA) is known color: Blizzard Blue. HEX triplet: 9E, DF and EA. RGB value is (158,223,234). Sum of RGB (Red+Green+Blue) = 158+223+234=615 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.69% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #9EDFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDFEA is #612015. Grayscale: #CCCCCC. Windows color (decimal): -6365206 or 15392670. OLE color: 15392670.
HSL color Cylindrical-coordinate representation of color #9EDFEA: hue angle of 188.68º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EDFEA is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 223 | 234 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.08 |
| HSL | 188.68º | 0.64% | 0.77% | - |
| HSV(B) | 188.68º | 0.32% | 0.92% | - |
| XYZ | 55.34 | 65.98 | 87.66 | - |
| YUV | 204.82 | 144.47 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 223 | 234 | 0.32 | 0.05 | 0 | 0.08 | 188.68 | 0.64 | 0.77 |
| Hex | 9E | DF | EA | 20 | 5 | 0 | 8 | BD | 40 | 4D |
| Octal | 236 | 337 | 352 | 40 | 5 | 0 | 10 | 275 | 100 | 115 |
| Binary | 10011110 | 11011111 | 11101010 | 100000 | 101 | 0 | 1000 | 10111101 | 1000000 | 1001101 |
Color Harmonies of #9EDFEA
Complementary color
Monochromatic Colors of #9EDFEA
Black with #9EDFEA
Text Example
Text Example
White with #9EDFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDFEA; }
p { color: rgb(158,223,234); }
H1.HeaderClassName
{
color: #9EDFEA;
}
.AnyTagClassName
{
color: #9EDFEA;
}
</style>
background-color css
<style>
a { background-color: #9EDFEA; }
a { background-color: rgb(158,223,234); }
div.DivClassName
{
background-color: #9EDFEA;
}
.BgClassName
{
background-color: #9EDFEA;
}
</style>
border-color css
<style>
span { border-color: #9EDFEA; }
span { border-color: rgb(158,223,234); }
td.TdClassName
{
border-color: #9EDFEA;
}
.TagClassName
{
border-color: #9EDFEA;
}
</style>