Shades of Blizzard Blue #9FE0ED
Tints of Blizzard Blue #9FE0ED
RGB
CMYK
RGB Variations
Color information
#9FE0ED (or 0x9FE0ED) is known color: Blizzard Blue. HEX triplet: 9F, E0 and ED. RGB value is (159,224,237). Sum of RGB (Red+Green+Blue) = 159+224+237=620 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.65% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FE0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE0ED is #601F12. Grayscale: #CDCDCD. Windows color (decimal): -6299411 or 15589535. OLE color: 15589535.
HSL color Cylindrical-coordinate representation of color #9FE0ED: hue angle of 190º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FE0ED is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 224 | 237 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.07 |
| HSL | 190º | 0.68% | 0.78% | - |
| HSV(B) | 190º | 0.33% | 0.93% | - |
| XYZ | 56.24 | 66.8 | 90.05 | - |
| YUV | 206.05 | 145.47 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 237 | 0.33 | 0.05 | 0 | 0.07 | 190 | 0.68 | 0.78 |
| Hex | 9F | E0 | ED | 21 | 5 | 0 | 7 | BE | 44 | 4E |
| Octal | 237 | 340 | 355 | 41 | 5 | 0 | 7 | 276 | 104 | 116 |
| Binary | 10011111 | 11100000 | 11101101 | 100001 | 101 | 0 | 111 | 10111110 | 1000100 | 1001110 |
Color Harmonies of #9FE0ED
Complementary color
Monochromatic Colors of #9FE0ED
Black with #9FE0ED
Text Example
Text Example
White with #9FE0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE0ED; }
p { color: rgb(159,224,237); }
H1.HeaderClassName
{
color: #9FE0ED;
}
.AnyTagClassName
{
color: #9FE0ED;
}
</style>
background-color css
<style>
a { background-color: #9FE0ED; }
a { background-color: rgb(159,224,237); }
div.DivClassName
{
background-color: #9FE0ED;
}
.BgClassName
{
background-color: #9FE0ED;
}
</style>
border-color css
<style>
span { border-color: #9FE0ED; }
span { border-color: rgb(159,224,237); }
td.TdClassName
{
border-color: #9FE0ED;
}
.TagClassName
{
border-color: #9FE0ED;
}
</style>