Shades of Blizzard Blue #9CE3E8
Tints of Blizzard Blue #9CE3E8
RGB
CMYK
RGB Variations
Color information
#9CE3E8 (or 0x9CE3E8) is known color: Blizzard Blue. HEX triplet: 9C, E3 and E8. RGB value is (156,227,232). Sum of RGB (Red+Green+Blue) = 156+227+232=615 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.37% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 232 - color contains mainly: blue. Hex color #9CE3E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE3E8 is #631C17. Grayscale: #CECECE. Windows color (decimal): -6495256 or 15262620. OLE color: 15262620.
HSL color Cylindrical-coordinate representation of color #9CE3E8: hue angle of 183.95º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CE3E8 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 227 | 232 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.09 |
| HSL | 183.95º | 0.62% | 0.76% | - |
| HSV(B) | 183.95º | 0.33% | 0.91% | - |
| XYZ | 55.74 | 67.83 | 86.5 | - |
| YUV | 206.34 | 142.48 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 227 | 232 | 0.33 | 0.02 | 0 | 0.09 | 183.95 | 0.62 | 0.76 |
| Hex | 9C | E3 | E8 | 21 | 2 | 0 | 9 | B8 | 3E | 4C |
| Octal | 234 | 343 | 350 | 41 | 2 | 0 | 11 | 270 | 76 | 114 |
| Binary | 10011100 | 11100011 | 11101000 | 100001 | 10 | 0 | 1001 | 10111000 | 111110 | 1001100 |
Color Harmonies of #9CE3E8
Complementary color
Monochromatic Colors of #9CE3E8
Black with #9CE3E8
Text Example
Text Example
White with #9CE3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE3E8; }
p { color: rgb(156,227,232); }
H1.HeaderClassName
{
color: #9CE3E8;
}
.AnyTagClassName
{
color: #9CE3E8;
}
</style>
background-color css
<style>
a { background-color: #9CE3E8; }
a { background-color: rgb(156,227,232); }
div.DivClassName
{
background-color: #9CE3E8;
}
.BgClassName
{
background-color: #9CE3E8;
}
</style>
border-color css
<style>
span { border-color: #9CE3E8; }
span { border-color: rgb(156,227,232); }
td.TdClassName
{
border-color: #9CE3E8;
}
.TagClassName
{
border-color: #9CE3E8;
}
</style>