Shades of Blizzard Blue #9FE8EA
Tints of Blizzard Blue #9FE8EA
RGB
CMYK
RGB Variations
Color information
#9FE8EA (or 0x9FE8EA) is known color: Blizzard Blue. HEX triplet: 9F, E8 and EA. RGB value is (159,232,234). Sum of RGB (Red+Green+Blue) = 159+232+234=625 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.44% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FE8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FE8EA is #601715. Grayscale: #D2D2D2. Windows color (decimal): -6297366 or 15394975. OLE color: 15394975.
HSL color Cylindrical-coordinate representation of color #9FE8EA: hue angle of 181.6º 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 #9FE8EA is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 232 | 234 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.08 |
| HSL | 181.6º | 0.64% | 0.77% | - |
| HSV(B) | 181.6º | 0.32% | 0.92% | - |
| XYZ | 58.01 | 71.02 | 88.49 | - |
| YUV | 210.4 | 141.32 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 232 | 234 | 0.32 | 0.01 | 0 | 0.08 | 181.6 | 0.64 | 0.77 |
| Hex | 9F | E8 | EA | 20 | 1 | 0 | 8 | B6 | 40 | 4D |
| Octal | 237 | 350 | 352 | 40 | 1 | 0 | 10 | 266 | 100 | 115 |
| Binary | 10011111 | 11101000 | 11101010 | 100000 | 1 | 0 | 1000 | 10110110 | 1000000 | 1001101 |
Color Harmonies of #9FE8EA
Complementary color
Monochromatic Colors of #9FE8EA
Black with #9FE8EA
Text Example
Text Example
White with #9FE8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE8EA; }
p { color: rgb(159,232,234); }
H1.HeaderClassName
{
color: #9FE8EA;
}
.AnyTagClassName
{
color: #9FE8EA;
}
</style>
background-color css
<style>
a { background-color: #9FE8EA; }
a { background-color: rgb(159,232,234); }
div.DivClassName
{
background-color: #9FE8EA;
}
.BgClassName
{
background-color: #9FE8EA;
}
</style>
border-color css
<style>
span { border-color: #9FE8EA; }
span { border-color: rgb(159,232,234); }
td.TdClassName
{
border-color: #9FE8EA;
}
.TagClassName
{
border-color: #9FE8EA;
}
</style>