Shades of Blizzard Blue #9FE5E2
Tints of Blizzard Blue #9FE5E2
RGB
CMYK
RGB Variations
Color information
#9FE5E2 (or 0x9FE5E2) is known color: Blizzard Blue. HEX triplet: 9F, E5 and E2. RGB value is (159,229,226). Sum of RGB (Red+Green+Blue) = 159+229+226=614 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.90% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 226 (88.67% from 255 or 36.81% from 614); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE5E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE5E2 is #601A1D. Grayscale: #CFCFCF. Windows color (decimal): -6298142 or 14869919. OLE color: 14869919.
HSL color Cylindrical-coordinate representation of color #9FE5E2: hue angle of 177.43º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE5E2 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 226 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.10 |
| HSL | 177.43º | 0.57% | 0.76% | - |
| HSV(B) | 177.43º | 0.31% | 0.9% | - |
| XYZ | 56.04 | 68.9 | 82.3 | - |
| YUV | 207.73 | 138.31 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 226 | 0.31 | 0 | 0.01 | 0.10 | 177.43 | 0.57 | 0.76 |
| Hex | 9F | E5 | E2 | 1F | 0 | 1 | A | B1 | 39 | 4C |
| Octal | 237 | 345 | 342 | 37 | 0 | 1 | 12 | 261 | 71 | 114 |
| Binary | 10011111 | 11100101 | 11100010 | 11111 | 0 | 1 | 1010 | 10110001 | 111001 | 1001100 |
Color Harmonies of #9FE5E2
Complementary color
Monochromatic Colors of #9FE5E2
Black with #9FE5E2
Text Example
Text Example
White with #9FE5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE5E2; }
p { color: rgb(159,229,226); }
H1.HeaderClassName
{
color: #9FE5E2;
}
.AnyTagClassName
{
color: #9FE5E2;
}
</style>
background-color css
<style>
a { background-color: #9FE5E2; }
a { background-color: rgb(159,229,226); }
div.DivClassName
{
background-color: #9FE5E2;
}
.BgClassName
{
background-color: #9FE5E2;
}
</style>
border-color css
<style>
span { border-color: #9FE5E2; }
span { border-color: rgb(159,229,226); }
td.TdClassName
{
border-color: #9FE5E2;
}
.TagClassName
{
border-color: #9FE5E2;
}
</style>