Shades of Blizzard Blue #9FECED
Tints of Blizzard Blue #9FECED
RGB
CMYK
RGB Variations
Color information
#9FECED (or 0x9FECED) is known color: Blizzard Blue. HEX triplet: 9F, EC and ED. RGB value is (159,236,237). Sum of RGB (Red+Green+Blue) = 159+236+237=632 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.16% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FECED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FECED is #601312. Grayscale: #D5D5D5. Windows color (decimal): -6296339 or 15592607. OLE color: 15592607.
HSL color Cylindrical-coordinate representation of color #9FECED: hue angle of 180.77º 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 #9FECED is Cyan = 0.33, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 159 | 236 | 237 | - |
CMYK | 0.33 | 0.00 | 0 | 0.07 |
HSL | 180.77º | 0.68% | 0.78% | - |
HSV(B) | 180.77º | 0.33% | 0.93% | - |
XYZ | 59.58 | 73.48 | 91.16 | - |
YUV | 213.09 | 141.49 | 89.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 236 | 237 | 0.33 | 0.00 | 0 | 0.07 | 180.77 | 0.68 | 0.78 |
Hex | 9F | EC | ED | 21 | 0 | 0 | 7 | B5 | 44 | 4E |
Octal | 237 | 354 | 355 | 41 | 0 | 0 | 7 | 265 | 104 | 116 |
Binary | 10011111 | 11101100 | 11101101 | 100001 | 0 | 0 | 111 | 10110101 | 1000100 | 1001110 |
Color Harmonies of #9FECED
Complementary color
Monochromatic Colors of #9FECED
Black with #9FECED
Text Example
Text Example
White with #9FECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECED; }
p { color: rgb(159,236,237); }
H1.HeaderClassName
{
color: #9FECED;
}
.AnyTagClassName
{
color: #9FECED;
}
</style>
background-color css
<style>
a { background-color: #9FECED; }
a { background-color: rgb(159,236,237); }
div.DivClassName
{
background-color: #9FECED;
}
.BgClassName
{
background-color: #9FECED;
}
</style>
border-color css
<style>
span { border-color: #9FECED; }
span { border-color: rgb(159,236,237); }
td.TdClassName
{
border-color: #9FECED;
}
.TagClassName
{
border-color: #9FECED;
}
</style>