Shades of Blizzard Blue #9CF2FA
Tints of Blizzard Blue #9CF2FA
RGB
CMYK
RGB Variations
Color information
#9CF2FA (or 0x9CF2FA) is known color: Blizzard Blue. HEX triplet: 9C, F2 and FA. RGB value is (156,242,250). Sum of RGB (Red+Green+Blue) = 156+242+250=648 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.07% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #9CF2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF2FA is #630D05. Grayscale: #D9D9D9. Windows color (decimal): -6491398 or 16446108. OLE color: 16446108.
HSL color Cylindrical-coordinate representation of color #9CF2FA: hue angle of 185.11º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CF2FA is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 242 | 250 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.02 |
| HSL | 185.11º | 0.9% | 0.8% | - |
| HSV(B) | 185.11º | 0.38% | 0.98% | - |
| XYZ | 62.72 | 77.47 | 102.09 | - |
| YUV | 217.2 | 146.51 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 242 | 250 | 0.38 | 0.03 | 0 | 0.02 | 185.11 | 0.9 | 0.8 |
| Hex | 9C | F2 | FA | 26 | 3 | 0 | 2 | B9 | 5A | 50 |
| Octal | 234 | 362 | 372 | 46 | 3 | 0 | 2 | 271 | 132 | 120 |
| Binary | 10011100 | 11110010 | 11111010 | 100110 | 11 | 0 | 10 | 10111001 | 1011010 | 1010000 |
Color Harmonies of #9CF2FA
Complementary color
Monochromatic Colors of #9CF2FA
Black with #9CF2FA
Text Example
Text Example
White with #9CF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF2FA; }
p { color: rgb(156,242,250); }
H1.HeaderClassName
{
color: #9CF2FA;
}
.AnyTagClassName
{
color: #9CF2FA;
}
</style>
background-color css
<style>
a { background-color: #9CF2FA; }
a { background-color: rgb(156,242,250); }
div.DivClassName
{
background-color: #9CF2FA;
}
.BgClassName
{
background-color: #9CF2FA;
}
</style>
border-color css
<style>
span { border-color: #9CF2FA; }
span { border-color: rgb(156,242,250); }
td.TdClassName
{
border-color: #9CF2FA;
}
.TagClassName
{
border-color: #9CF2FA;
}
</style>