Shades of Blizzard Blue #8CECEC
Tints of Blizzard Blue #8CECEC
RGB
CMYK
RGB Variations
Color information
#8CECEC (or 0x8CECEC) is known color: Blizzard Blue. HEX triplet: 8C, EC and EC. RGB value is (140,236,236). Sum of RGB (Red+Green+Blue) = 140+236+236=612 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.88% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #8CECEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CECEC is #731313. Grayscale: #CFCFCF. Windows color (decimal): -7541524 or 15527052. OLE color: 15527052.
HSL color Cylindrical-coordinate representation of color #8CECEC: hue angle of 180º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CECEC is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 236 | - |
| CMYK | 0.41 | 0 | 0 | 0.07 |
| HSL | 180º | 0.72% | 0.74% | - |
| HSV(B) | 180º | 0.41% | 0.93% | - |
| XYZ | 55.95 | 71.62 | 90.23 | - |
| YUV | 207.3 | 144.2 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 236 | 0.41 | 0 | 0 | 0.07 | 180 | 0.72 | 0.74 |
| Hex | 8C | EC | EC | 29 | 0 | 0 | 7 | B4 | 48 | 4A |
| Octal | 214 | 354 | 354 | 51 | 0 | 0 | 7 | 264 | 110 | 112 |
| Binary | 10001100 | 11101100 | 11101100 | 101001 | 0 | 0 | 111 | 10110100 | 1001000 | 1001010 |
Color Harmonies of #8CECEC
Complementary color
Monochromatic Colors of #8CECEC
Black with #8CECEC
Text Example
Text Example
White with #8CECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CECEC; }
p { color: rgb(140,236,236); }
H1.HeaderClassName
{
color: #8CECEC;
}
.AnyTagClassName
{
color: #8CECEC;
}
</style>
background-color css
<style>
a { background-color: #8CECEC; }
a { background-color: rgb(140,236,236); }
div.DivClassName
{
background-color: #8CECEC;
}
.BgClassName
{
background-color: #8CECEC;
}
</style>
border-color css
<style>
span { border-color: #8CECEC; }
span { border-color: rgb(140,236,236); }
td.TdClassName
{
border-color: #8CECEC;
}
.TagClassName
{
border-color: #8CECEC;
}
</style>