Shades of Blizzard Blue #9FDEEB
Tints of Blizzard Blue #9FDEEB
RGB
CMYK
RGB Variations
Color information
#9FDEEB (or 0x9FDEEB) is known color: Blizzard Blue. HEX triplet: 9F, DE and EB. RGB value is (159,222,235). Sum of RGB (Red+Green+Blue) = 159+222+235=616 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.81% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FDEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDEEB is #602114. Grayscale: #CCCCCC. Windows color (decimal): -6299925 or 15457951. OLE color: 15457951.
HSL color Cylindrical-coordinate representation of color #9FDEEB: hue angle of 190.26º degrees, saturation: 0.66, 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 #9FDEEB is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 222 | 235 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.08 |
| HSL | 190.26º | 0.66% | 0.77% | - |
| HSV(B) | 190.26º | 0.32% | 0.92% | - |
| XYZ | 55.41 | 65.61 | 88.34 | - |
| YUV | 204.65 | 145.13 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 235 | 0.32 | 0.06 | 0 | 0.08 | 190.26 | 0.66 | 0.77 |
| Hex | 9F | DE | EB | 20 | 6 | 0 | 8 | BE | 42 | 4D |
| Octal | 237 | 336 | 353 | 40 | 6 | 0 | 10 | 276 | 102 | 115 |
| Binary | 10011111 | 11011110 | 11101011 | 100000 | 110 | 0 | 1000 | 10111110 | 1000010 | 1001101 |
Color Harmonies of #9FDEEB
Complementary color
Monochromatic Colors of #9FDEEB
Black with #9FDEEB
Text Example
Text Example
White with #9FDEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDEEB; }
p { color: rgb(159,222,235); }
H1.HeaderClassName
{
color: #9FDEEB;
}
.AnyTagClassName
{
color: #9FDEEB;
}
</style>
background-color css
<style>
a { background-color: #9FDEEB; }
a { background-color: rgb(159,222,235); }
div.DivClassName
{
background-color: #9FDEEB;
}
.BgClassName
{
background-color: #9FDEEB;
}
</style>
border-color css
<style>
span { border-color: #9FDEEB; }
span { border-color: rgb(159,222,235); }
td.TdClassName
{
border-color: #9FDEEB;
}
.TagClassName
{
border-color: #9FDEEB;
}
</style>