Shades of Blizzard Blue #9FE0EA
Tints of Blizzard Blue #9FE0EA
RGB
CMYK
RGB Variations
Color information
#9FE0EA (or 0x9FE0EA) is known color: Blizzard Blue. HEX triplet: 9F, E0 and EA. RGB value is (159,224,234). Sum of RGB (Red+Green+Blue) = 159+224+234=617 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.77% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FE0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE0EA is #601F15. Grayscale: #CDCDCD. Windows color (decimal): -6299414 or 15392927. OLE color: 15392927.
HSL color Cylindrical-coordinate representation of color #9FE0EA: hue angle of 188º 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 #9FE0EA is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 224 | 234 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.08 |
| HSL | 188º | 0.64% | 0.77% | - |
| HSV(B) | 188º | 0.32% | 0.92% | - |
| XYZ | 55.81 | 66.62 | 87.76 | - |
| YUV | 205.71 | 143.97 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 234 | 0.32 | 0.04 | 0 | 0.08 | 188 | 0.64 | 0.77 |
| Hex | 9F | E0 | EA | 20 | 4 | 0 | 8 | BC | 40 | 4D |
| Octal | 237 | 340 | 352 | 40 | 4 | 0 | 10 | 274 | 100 | 115 |
| Binary | 10011111 | 11100000 | 11101010 | 100000 | 100 | 0 | 1000 | 10111100 | 1000000 | 1001101 |
Color Harmonies of #9FE0EA
Complementary color
Monochromatic Colors of #9FE0EA
Black with #9FE0EA
Text Example
Text Example
White with #9FE0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE0EA; }
p { color: rgb(159,224,234); }
H1.HeaderClassName
{
color: #9FE0EA;
}
.AnyTagClassName
{
color: #9FE0EA;
}
</style>
background-color css
<style>
a { background-color: #9FE0EA; }
a { background-color: rgb(159,224,234); }
div.DivClassName
{
background-color: #9FE0EA;
}
.BgClassName
{
background-color: #9FE0EA;
}
</style>
border-color css
<style>
span { border-color: #9FE0EA; }
span { border-color: rgb(159,224,234); }
td.TdClassName
{
border-color: #9FE0EA;
}
.TagClassName
{
border-color: #9FE0EA;
}
</style>