Shades of Blizzard Blue #8CECE4
Tints of Blizzard Blue #8CECE4
RGB
CMYK
RGB Variations
Color information
#8CECE4 (or 0x8CECE4) is known color: Blizzard Blue. HEX triplet: 8C, EC and E4. RGB value is (140,236,228). Sum of RGB (Red+Green+Blue) = 140+236+228=604 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.18% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #8CECE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CECE4 is #73131B. Grayscale: #CECECE. Windows color (decimal): -7541532 or 15002764. OLE color: 15002764.
HSL color Cylindrical-coordinate representation of color #8CECE4: hue angle of 175º 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 #8CECE4 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 228 | - |
| CMYK | 0.41 | 0 | 0.03 | 0.07 |
| HSL | 175º | 0.72% | 0.74% | - |
| HSV(B) | 175º | 0.41% | 0.93% | - |
| XYZ | 54.81 | 71.17 | 84.25 | - |
| YUV | 206.38 | 140.2 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 228 | 0.41 | 0 | 0.03 | 0.07 | 175 | 0.72 | 0.74 |
| Hex | 8C | EC | E4 | 29 | 0 | 3 | 7 | AF | 48 | 4A |
| Octal | 214 | 354 | 344 | 51 | 0 | 3 | 7 | 257 | 110 | 112 |
| Binary | 10001100 | 11101100 | 11100100 | 101001 | 0 | 11 | 111 | 10101111 | 1001000 | 1001010 |
Color Harmonies of #8CECE4
Complementary color
Monochromatic Colors of #8CECE4
Black with #8CECE4
Text Example
Text Example
White with #8CECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CECE4; }
p { color: rgb(140,236,228); }
H1.HeaderClassName
{
color: #8CECE4;
}
.AnyTagClassName
{
color: #8CECE4;
}
</style>
background-color css
<style>
a { background-color: #8CECE4; }
a { background-color: rgb(140,236,228); }
div.DivClassName
{
background-color: #8CECE4;
}
.BgClassName
{
background-color: #8CECE4;
}
</style>
border-color css
<style>
span { border-color: #8CECE4; }
span { border-color: rgb(140,236,228); }
td.TdClassName
{
border-color: #8CECE4;
}
.TagClassName
{
border-color: #8CECE4;
}
</style>