Shades of Blizzard Blue #9CF2FF
Tints of Blizzard Blue #9CF2FF
RGB
CMYK
RGB Variations
Color information
#9CF2FF (or 0x9CF2FF) is known color: Blizzard Blue. HEX triplet: 9C, F2 and FF. RGB value is (156,242,255). Sum of RGB (Red+Green+Blue) = 156+242+255=653 (86% of max value = 765). Red value is 156 (61.33% from 255 or 23.89% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CF2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF2FF is #630D00. Grayscale: #D9D9D9. Windows color (decimal): -6491393 or 16773788. OLE color: 16773788.
HSL color Cylindrical-coordinate representation of color #9CF2FF: hue angle of 187.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CF2FF is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 242 | 255 | - |
| CMYK | 0.39 | 0.05 | 0 | 0 |
| HSL | 187.88º | 1% | 0.81% | - |
| HSV(B) | 187.88º | 0.39% | 1% | - |
| XYZ | 63.51 | 77.79 | 106.28 | - |
| YUV | 217.77 | 149.01 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 242 | 255 | 0.39 | 0.05 | 0 | 0 | 187.88 | 1 | 0.81 |
| Hex | 9C | F2 | FF | 27 | 5 | 0 | 0 | BC | 64 | 51 |
| Octal | 234 | 362 | 377 | 47 | 5 | 0 | 0 | 274 | 144 | 121 |
| Binary | 10011100 | 11110010 | 11111111 | 100111 | 101 | 0 | 0 | 10111100 | 1100100 | 1010001 |
Color Harmonies of #9CF2FF
Complementary color
Monochromatic Colors of #9CF2FF
Black with #9CF2FF
Text Example
Text Example
White with #9CF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF2FF; }
p { color: rgb(156,242,255); }
H1.HeaderClassName
{
color: #9CF2FF;
}
.AnyTagClassName
{
color: #9CF2FF;
}
</style>
background-color css
<style>
a { background-color: #9CF2FF; }
a { background-color: rgb(156,242,255); }
div.DivClassName
{
background-color: #9CF2FF;
}
.BgClassName
{
background-color: #9CF2FF;
}
</style>
border-color css
<style>
span { border-color: #9CF2FF; }
span { border-color: rgb(156,242,255); }
td.TdClassName
{
border-color: #9CF2FF;
}
.TagClassName
{
border-color: #9CF2FF;
}
</style>