Shades of Blizzard Blue #9CE3F7
Tints of Blizzard Blue #9CE3F7
RGB
CMYK
RGB Variations
Color information
#9CE3F7 (or 0x9CE3F7) is known color: Blizzard Blue. HEX triplet: 9C, E3 and F7. RGB value is (156,227,247). Sum of RGB (Red+Green+Blue) = 156+227+247=630 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.76% from 630); Green value is 227 (89.06% from 255 or 36.03% from 630); Blue value is 247 (96.88% from 255 or 39.21% from 630); Max value from RGB is 247 - color contains mainly: blue. Hex color #9CE3F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE3F7 is #631C08. Grayscale: #CFCFCF. Windows color (decimal): -6495241 or 16245660. OLE color: 16245660.
HSL color Cylindrical-coordinate representation of color #9CE3F7: hue angle of 193.19º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CE3F7 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 227 | 247 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.03 |
| HSL | 193.19º | 0.85% | 0.79% | - |
| HSV(B) | 193.19º | 0.37% | 0.97% | - |
| XYZ | 57.97 | 68.72 | 98.21 | - |
| YUV | 208.05 | 149.98 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 227 | 247 | 0.37 | 0.08 | 0 | 0.03 | 193.19 | 0.85 | 0.79 |
| Hex | 9C | E3 | F7 | 25 | 8 | 0 | 3 | C1 | 55 | 4F |
| Octal | 234 | 343 | 367 | 45 | 10 | 0 | 3 | 301 | 125 | 117 |
| Binary | 10011100 | 11100011 | 11110111 | 100101 | 1000 | 0 | 11 | 11000001 | 1010101 | 1001111 |
Color Harmonies of #9CE3F7
Complementary color
Monochromatic Colors of #9CE3F7
Black with #9CE3F7
Text Example
Text Example
White with #9CE3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE3F7; }
p { color: rgb(156,227,247); }
H1.HeaderClassName
{
color: #9CE3F7;
}
.AnyTagClassName
{
color: #9CE3F7;
}
</style>
background-color css
<style>
a { background-color: #9CE3F7; }
a { background-color: rgb(156,227,247); }
div.DivClassName
{
background-color: #9CE3F7;
}
.BgClassName
{
background-color: #9CE3F7;
}
</style>
border-color css
<style>
span { border-color: #9CE3F7; }
span { border-color: rgb(156,227,247); }
td.TdClassName
{
border-color: #9CE3F7;
}
.TagClassName
{
border-color: #9CE3F7;
}
</style>