Shades of Blizzard Blue #8CECEB
Tints of Blizzard Blue #8CECEB
RGB
CMYK
RGB Variations
Color information
#8CECEB (or 0x8CECEB) is known color: Blizzard Blue. HEX triplet: 8C, EC and EB. RGB value is (140,236,235). Sum of RGB (Red+Green+Blue) = 140+236+235=611 (80% of max value = 765). Red value is 140 (55.08% from 255 or 22.91% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #8CECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CECEB is #731314. Grayscale: #CFCFCF. Windows color (decimal): -7541525 or 15461516. OLE color: 15461516.
HSL color Cylindrical-coordinate representation of color #8CECEB: hue angle of 179.38º 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 #8CECEB is Cyan = 0.41, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 235 | - |
| CMYK | 0.41 | 0 | 0.00 | 0.07 |
| HSL | 179.38º | 0.72% | 0.74% | - |
| HSV(B) | 179.38º | 0.41% | 0.93% | - |
| XYZ | 55.81 | 71.56 | 89.47 | - |
| YUV | 207.18 | 143.7 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 235 | 0.41 | 0 | 0.00 | 0.07 | 179.38 | 0.72 | 0.74 |
| Hex | 8C | EC | EB | 29 | 0 | 0 | 7 | B3 | 48 | 4A |
| Octal | 214 | 354 | 353 | 51 | 0 | 0 | 7 | 263 | 110 | 112 |
| Binary | 10001100 | 11101100 | 11101011 | 101001 | 0 | 0 | 111 | 10110011 | 1001000 | 1001010 |
Color Harmonies of #8CECEB
Complementary color
Monochromatic Colors of #8CECEB
Black with #8CECEB
Text Example
Text Example
White with #8CECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CECEB; }
p { color: rgb(140,236,235); }
H1.HeaderClassName
{
color: #8CECEB;
}
.AnyTagClassName
{
color: #8CECEB;
}
</style>
background-color css
<style>
a { background-color: #8CECEB; }
a { background-color: rgb(140,236,235); }
div.DivClassName
{
background-color: #8CECEB;
}
.BgClassName
{
background-color: #8CECEB;
}
</style>
border-color css
<style>
span { border-color: #8CECEB; }
span { border-color: rgb(140,236,235); }
td.TdClassName
{
border-color: #8CECEB;
}
.TagClassName
{
border-color: #8CECEB;
}
</style>