Shades of Blizzard Blue #9FE6EA
Tints of Blizzard Blue #9FE6EA
RGB
CMYK
RGB Variations
Color information
#9FE6EA (or 0x9FE6EA) is known color: Blizzard Blue. HEX triplet: 9F, E6 and EA. RGB value is (159,230,234). Sum of RGB (Red+Green+Blue) = 159+230+234=623 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.52% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FE6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FE6EA is #601915. Grayscale: #D1D1D1. Windows color (decimal): -6297878 or 15394463. OLE color: 15394463.
HSL color Cylindrical-coordinate representation of color #9FE6EA: hue angle of 183.2º 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 #9FE6EA is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 230 | 234 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.08 |
| HSL | 183.2º | 0.64% | 0.77% | - |
| HSV(B) | 183.2º | 0.32% | 0.92% | - |
| XYZ | 57.45 | 69.91 | 88.31 | - |
| YUV | 209.23 | 141.98 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 230 | 234 | 0.32 | 0.02 | 0 | 0.08 | 183.2 | 0.64 | 0.77 |
| Hex | 9F | E6 | EA | 20 | 2 | 0 | 8 | B7 | 40 | 4D |
| Octal | 237 | 346 | 352 | 40 | 2 | 0 | 10 | 267 | 100 | 115 |
| Binary | 10011111 | 11100110 | 11101010 | 100000 | 10 | 0 | 1000 | 10110111 | 1000000 | 1001101 |
Color Harmonies of #9FE6EA
Complementary color
Monochromatic Colors of #9FE6EA
Black with #9FE6EA
Text Example
Text Example
White with #9FE6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE6EA; }
p { color: rgb(159,230,234); }
H1.HeaderClassName
{
color: #9FE6EA;
}
.AnyTagClassName
{
color: #9FE6EA;
}
</style>
background-color css
<style>
a { background-color: #9FE6EA; }
a { background-color: rgb(159,230,234); }
div.DivClassName
{
background-color: #9FE6EA;
}
.BgClassName
{
background-color: #9FE6EA;
}
</style>
border-color css
<style>
span { border-color: #9FE6EA; }
span { border-color: rgb(159,230,234); }
td.TdClassName
{
border-color: #9FE6EA;
}
.TagClassName
{
border-color: #9FE6EA;
}
</style>