Shades of Blizzard Blue #9FECEF
Tints of Blizzard Blue #9FECEF
RGB
CMYK
RGB Variations
Color information
#9FECEF (or 0x9FECEF) is known color: Blizzard Blue. HEX triplet: 9F, EC and EF. RGB value is (159,236,239). Sum of RGB (Red+Green+Blue) = 159+236+239=634 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.08% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FECEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FECEF is #601310. Grayscale: #D5D5D5. Windows color (decimal): -6296337 or 15723679. OLE color: 15723679.
HSL color Cylindrical-coordinate representation of color #9FECEF: hue angle of 182.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 #9FECEF is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 236 | 239 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.06 |
| HSL | 182.25º | 0.71% | 0.78% | - |
| HSV(B) | 182.25º | 0.33% | 0.94% | - |
| XYZ | 59.87 | 73.59 | 92.71 | - |
| YUV | 213.32 | 142.49 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 239 | 0.33 | 0.01 | 0 | 0.06 | 182.25 | 0.71 | 0.78 |
| Hex | 9F | EC | EF | 21 | 1 | 0 | 6 | B6 | 47 | 4E |
| Octal | 237 | 354 | 357 | 41 | 1 | 0 | 6 | 266 | 107 | 116 |
| Binary | 10011111 | 11101100 | 11101111 | 100001 | 1 | 0 | 110 | 10110110 | 1000111 | 1001110 |
Color Harmonies of #9FECEF
Complementary color
Monochromatic Colors of #9FECEF
Black with #9FECEF
Text Example
Text Example
White with #9FECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECEF; }
p { color: rgb(159,236,239); }
H1.HeaderClassName
{
color: #9FECEF;
}
.AnyTagClassName
{
color: #9FECEF;
}
</style>
background-color css
<style>
a { background-color: #9FECEF; }
a { background-color: rgb(159,236,239); }
div.DivClassName
{
background-color: #9FECEF;
}
.BgClassName
{
background-color: #9FECEF;
}
</style>
border-color css
<style>
span { border-color: #9FECEF; }
span { border-color: rgb(159,236,239); }
td.TdClassName
{
border-color: #9FECEF;
}
.TagClassName
{
border-color: #9FECEF;
}
</style>