Shades of Blizzard Blue #9CE4F7
Tints of Blizzard Blue #9CE4F7
RGB
CMYK
RGB Variations
Color information
#9CE4F7 (or 0x9CE4F7) is known color: Blizzard Blue. HEX triplet: 9C, E4 and F7. RGB value is (156,228,247). Sum of RGB (Red+Green+Blue) = 156+228+247=631 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.72% from 631); Green value is 228 (89.45% from 255 or 36.13% from 631); Blue value is 247 (96.88% from 255 or 39.14% from 631); Max value from RGB is 247 - color contains mainly: blue. Hex color #9CE4F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE4F7 is #631B08. Grayscale: #D0D0D0. Windows color (decimal): -6494985 or 16245916. OLE color: 16245916.
HSL color Cylindrical-coordinate representation of color #9CE4F7: hue angle of 192.53º 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 #9CE4F7 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 228 | 247 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.03 |
| HSL | 192.53º | 0.85% | 0.79% | - |
| HSV(B) | 192.53º | 0.37% | 0.97% | - |
| XYZ | 58.24 | 69.27 | 98.3 | - |
| YUV | 208.64 | 149.65 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 228 | 247 | 0.37 | 0.08 | 0 | 0.03 | 192.53 | 0.85 | 0.79 |
| Hex | 9C | E4 | F7 | 25 | 8 | 0 | 3 | C1 | 55 | 4F |
| Octal | 234 | 344 | 367 | 45 | 10 | 0 | 3 | 301 | 125 | 117 |
| Binary | 10011100 | 11100100 | 11110111 | 100101 | 1000 | 0 | 11 | 11000001 | 1010101 | 1001111 |
Color Harmonies of #9CE4F7
Complementary color
Monochromatic Colors of #9CE4F7
Black with #9CE4F7
Text Example
Text Example
White with #9CE4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE4F7; }
p { color: rgb(156,228,247); }
H1.HeaderClassName
{
color: #9CE4F7;
}
.AnyTagClassName
{
color: #9CE4F7;
}
</style>
background-color css
<style>
a { background-color: #9CE4F7; }
a { background-color: rgb(156,228,247); }
div.DivClassName
{
background-color: #9CE4F7;
}
.BgClassName
{
background-color: #9CE4F7;
}
</style>
border-color css
<style>
span { border-color: #9CE4F7; }
span { border-color: rgb(156,228,247); }
td.TdClassName
{
border-color: #9CE4F7;
}
.TagClassName
{
border-color: #9CE4F7;
}
</style>