Shades of Blizzard Blue #9CECEE
Tints of Blizzard Blue #9CECEE
RGB
CMYK
RGB Variations
Color information
#9CECEE (or 0x9CECEE) is known color: Blizzard Blue. HEX triplet: 9C, EC and EE. RGB value is (156,236,238). Sum of RGB (Red+Green+Blue) = 156+236+238=630 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.76% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CECEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CECEE is #631311. Grayscale: #D4D4D4. Windows color (decimal): -6492946 or 15658140. OLE color: 15658140.
HSL color Cylindrical-coordinate representation of color #9CECEE: hue angle of 181.46º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CECEE is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 236 | 238 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.07 |
| HSL | 181.46º | 0.71% | 0.77% | - |
| HSV(B) | 181.46º | 0.34% | 0.93% | - |
| XYZ | 59.14 | 73.23 | 91.91 | - |
| YUV | 212.31 | 142.5 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 236 | 238 | 0.34 | 0.01 | 0 | 0.07 | 181.46 | 0.71 | 0.77 |
| Hex | 9C | EC | EE | 22 | 1 | 0 | 7 | B5 | 47 | 4D |
| Octal | 234 | 354 | 356 | 42 | 1 | 0 | 7 | 265 | 107 | 115 |
| Binary | 10011100 | 11101100 | 11101110 | 100010 | 1 | 0 | 111 | 10110101 | 1000111 | 1001101 |
Color Harmonies of #9CECEE
Complementary color
Monochromatic Colors of #9CECEE
Black with #9CECEE
Text Example
Text Example
White with #9CECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CECEE; }
p { color: rgb(156,236,238); }
H1.HeaderClassName
{
color: #9CECEE;
}
.AnyTagClassName
{
color: #9CECEE;
}
</style>
background-color css
<style>
a { background-color: #9CECEE; }
a { background-color: rgb(156,236,238); }
div.DivClassName
{
background-color: #9CECEE;
}
.BgClassName
{
background-color: #9CECEE;
}
</style>
border-color css
<style>
span { border-color: #9CECEE; }
span { border-color: rgb(156,236,238); }
td.TdClassName
{
border-color: #9CECEE;
}
.TagClassName
{
border-color: #9CECEE;
}
</style>