Shades of Blizzard Blue #9CF1FE
Tints of Blizzard Blue #9CF1FE
RGB
CMYK
RGB Variations
Color information
#9CF1FE (or 0x9CF1FE) is known color: Blizzard Blue. HEX triplet: 9C, F1 and FE. RGB value is (156,241,254). Sum of RGB (Red+Green+Blue) = 156+241+254=651 (86% of max value = 765). Red value is 156 (61.33% from 255 or 23.96% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #9CF1FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF1FE is #630E01. Grayscale: #D8D8D8. Windows color (decimal): -6491650 or 16707996. OLE color: 16707996.
HSL color Cylindrical-coordinate representation of color #9CF1FE: hue angle of 187.96º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CF1FE is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 241 | 254 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.00 |
| HSL | 187.96º | 0.98% | 0.8% | - |
| HSV(B) | 187.96º | 0.39% | 1% | - |
| XYZ | 63.05 | 77.13 | 105.33 | - |
| YUV | 217.07 | 148.84 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 241 | 254 | 0.39 | 0.05 | 0 | 0.00 | 187.96 | 0.98 | 0.8 |
| Hex | 9C | F1 | FE | 27 | 5 | 0 | 0 | BC | 62 | 50 |
| Octal | 234 | 361 | 376 | 47 | 5 | 0 | 0 | 274 | 142 | 120 |
| Binary | 10011100 | 11110001 | 11111110 | 100111 | 101 | 0 | 0 | 10111100 | 1100010 | 1010000 |
Color Harmonies of #9CF1FE
Complementary color
Monochromatic Colors of #9CF1FE
Black with #9CF1FE
Text Example
Text Example
White with #9CF1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF1FE; }
p { color: rgb(156,241,254); }
H1.HeaderClassName
{
color: #9CF1FE;
}
.AnyTagClassName
{
color: #9CF1FE;
}
</style>
background-color css
<style>
a { background-color: #9CF1FE; }
a { background-color: rgb(156,241,254); }
div.DivClassName
{
background-color: #9CF1FE;
}
.BgClassName
{
background-color: #9CF1FE;
}
</style>
border-color css
<style>
span { border-color: #9CF1FE; }
span { border-color: rgb(156,241,254); }
td.TdClassName
{
border-color: #9CF1FE;
}
.TagClassName
{
border-color: #9CF1FE;
}
</style>