Shades of Blizzard Blue #9FE5E9
Tints of Blizzard Blue #9FE5E9
RGB
CMYK
RGB Variations
Color information
#9FE5E9 (or 0x9FE5E9) is known color: Blizzard Blue. HEX triplet: 9F, E5 and E9. RGB value is (159,229,233). Sum of RGB (Red+Green+Blue) = 159+229+233=621 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.60% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 233 - color contains mainly: blue. Hex color #9FE5E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE5E9 is #601A16. Grayscale: #D0D0D0. Windows color (decimal): -6298135 or 15328671. OLE color: 15328671.
HSL color Cylindrical-coordinate representation of color #9FE5E9: hue angle of 183.24º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FE5E9 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 229 | 233 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.09 |
| HSL | 183.24º | 0.63% | 0.77% | - |
| HSV(B) | 183.24º | 0.32% | 0.91% | - |
| XYZ | 57.03 | 69.29 | 87.46 | - |
| YUV | 208.53 | 141.81 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 233 | 0.32 | 0.02 | 0 | 0.09 | 183.24 | 0.63 | 0.77 |
| Hex | 9F | E5 | E9 | 20 | 2 | 0 | 9 | B7 | 3F | 4D |
| Octal | 237 | 345 | 351 | 40 | 2 | 0 | 11 | 267 | 77 | 115 |
| Binary | 10011111 | 11100101 | 11101001 | 100000 | 10 | 0 | 1001 | 10110111 | 111111 | 1001101 |
Color Harmonies of #9FE5E9
Complementary color
Monochromatic Colors of #9FE5E9
Black with #9FE5E9
Text Example
Text Example
White with #9FE5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE5E9; }
p { color: rgb(159,229,233); }
H1.HeaderClassName
{
color: #9FE5E9;
}
.AnyTagClassName
{
color: #9FE5E9;
}
</style>
background-color css
<style>
a { background-color: #9FE5E9; }
a { background-color: rgb(159,229,233); }
div.DivClassName
{
background-color: #9FE5E9;
}
.BgClassName
{
background-color: #9FE5E9;
}
</style>
border-color css
<style>
span { border-color: #9FE5E9; }
span { border-color: rgb(159,229,233); }
td.TdClassName
{
border-color: #9FE5E9;
}
.TagClassName
{
border-color: #9FE5E9;
}
</style>