Shades of Blizzard Blue #9FE0EF
Tints of Blizzard Blue #9FE0EF
RGB
CMYK
RGB Variations
Color information
#9FE0EF (or 0x9FE0EF) is known color: Blizzard Blue. HEX triplet: 9F, E0 and EF. RGB value is (159,224,239). Sum of RGB (Red+Green+Blue) = 159+224+239=622 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.56% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FE0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE0EF is #601F10. Grayscale: #CECECE. Windows color (decimal): -6299409 or 15720607. OLE color: 15720607.
HSL color Cylindrical-coordinate representation of color #9FE0EF: hue angle of 191.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FE0EF is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 224 | 239 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.06 |
| HSL | 191.25º | 0.71% | 0.78% | - |
| HSV(B) | 191.25º | 0.33% | 0.94% | - |
| XYZ | 56.53 | 66.91 | 91.6 | - |
| YUV | 206.28 | 146.47 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 239 | 0.33 | 0.06 | 0 | 0.06 | 191.25 | 0.71 | 0.78 |
| Hex | 9F | E0 | EF | 21 | 6 | 0 | 6 | BF | 47 | 4E |
| Octal | 237 | 340 | 357 | 41 | 6 | 0 | 6 | 277 | 107 | 116 |
| Binary | 10011111 | 11100000 | 11101111 | 100001 | 110 | 0 | 110 | 10111111 | 1000111 | 1001110 |
Color Harmonies of #9FE0EF
Complementary color
Monochromatic Colors of #9FE0EF
Black with #9FE0EF
Text Example
Text Example
White with #9FE0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE0EF; }
p { color: rgb(159,224,239); }
H1.HeaderClassName
{
color: #9FE0EF;
}
.AnyTagClassName
{
color: #9FE0EF;
}
</style>
background-color css
<style>
a { background-color: #9FE0EF; }
a { background-color: rgb(159,224,239); }
div.DivClassName
{
background-color: #9FE0EF;
}
.BgClassName
{
background-color: #9FE0EF;
}
</style>
border-color css
<style>
span { border-color: #9FE0EF; }
span { border-color: rgb(159,224,239); }
td.TdClassName
{
border-color: #9FE0EF;
}
.TagClassName
{
border-color: #9FE0EF;
}
</style>