Shades of Blizzard Blue #9FDFEC
Tints of Blizzard Blue #9FDFEC
RGB
CMYK
RGB Variations
Color information
#9FDFEC (or 0x9FDFEC) is known color: Blizzard Blue. HEX triplet: 9F, DF and EC. RGB value is (159,223,236). Sum of RGB (Red+Green+Blue) = 159+223+236=618 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.73% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FDFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDFEC is #602013. Grayscale: #CDCDCD. Windows color (decimal): -6299668 or 15523743. OLE color: 15523743.
HSL color Cylindrical-coordinate representation of color #9FDFEC: hue angle of 190.13º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FDFEC is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 223 | 236 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.07 |
| HSL | 190.13º | 0.67% | 0.77% | - |
| HSV(B) | 190.13º | 0.33% | 0.93% | - |
| XYZ | 55.83 | 66.2 | 89.19 | - |
| YUV | 205.35 | 145.3 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 236 | 0.33 | 0.06 | 0 | 0.07 | 190.13 | 0.67 | 0.77 |
| Hex | 9F | DF | EC | 21 | 6 | 0 | 7 | BE | 43 | 4D |
| Octal | 237 | 337 | 354 | 41 | 6 | 0 | 7 | 276 | 103 | 115 |
| Binary | 10011111 | 11011111 | 11101100 | 100001 | 110 | 0 | 111 | 10111110 | 1000011 | 1001101 |
Color Harmonies of #9FDFEC
Complementary color
Monochromatic Colors of #9FDFEC
Black with #9FDFEC
Text Example
Text Example
White with #9FDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDFEC; }
p { color: rgb(159,223,236); }
H1.HeaderClassName
{
color: #9FDFEC;
}
.AnyTagClassName
{
color: #9FDFEC;
}
</style>
background-color css
<style>
a { background-color: #9FDFEC; }
a { background-color: rgb(159,223,236); }
div.DivClassName
{
background-color: #9FDFEC;
}
.BgClassName
{
background-color: #9FDFEC;
}
</style>
border-color css
<style>
span { border-color: #9FDFEC; }
span { border-color: rgb(159,223,236); }
td.TdClassName
{
border-color: #9FDFEC;
}
.TagClassName
{
border-color: #9FDFEC;
}
</style>