Shades of Blizzard Blue #8CE8ED
Tints of Blizzard Blue #8CE8ED
RGB
CMYK
RGB Variations
Color information
#8CE8ED (or 0x8CE8ED) is known color: Blizzard Blue. HEX triplet: 8C, E8 and ED. RGB value is (140,232,237). Sum of RGB (Red+Green+Blue) = 140+232+237=609 (80% of max value = 765). Red value is 140 (55.08% from 255 or 22.99% from 609); Green value is 232 (91.02% from 255 or 38.10% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #8CE8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CE8ED is #731712. Grayscale: #CCCCCC. Windows color (decimal): -7542547 or 15591564. OLE color: 15591564.
HSL color Cylindrical-coordinate representation of color #8CE8ED: hue angle of 183.09º degrees, saturation: 0.73, 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 #8CE8ED is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 232 | 237 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.07 |
| HSL | 183.09º | 0.73% | 0.74% | - |
| HSV(B) | 183.09º | 0.41% | 0.93% | - |
| XYZ | 54.96 | 69.4 | 90.62 | - |
| YUV | 205.06 | 146.02 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 232 | 237 | 0.41 | 0.02 | 0 | 0.07 | 183.09 | 0.73 | 0.74 |
| Hex | 8C | E8 | ED | 29 | 2 | 0 | 7 | B7 | 49 | 4A |
| Octal | 214 | 350 | 355 | 51 | 2 | 0 | 7 | 267 | 111 | 112 |
| Binary | 10001100 | 11101000 | 11101101 | 101001 | 10 | 0 | 111 | 10110111 | 1001001 | 1001010 |
Color Harmonies of #8CE8ED
Complementary color
Monochromatic Colors of #8CE8ED
Black with #8CE8ED
Text Example
Text Example
White with #8CE8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE8ED; }
p { color: rgb(140,232,237); }
H1.HeaderClassName
{
color: #8CE8ED;
}
.AnyTagClassName
{
color: #8CE8ED;
}
</style>
background-color css
<style>
a { background-color: #8CE8ED; }
a { background-color: rgb(140,232,237); }
div.DivClassName
{
background-color: #8CE8ED;
}
.BgClassName
{
background-color: #8CE8ED;
}
</style>
border-color css
<style>
span { border-color: #8CE8ED; }
span { border-color: rgb(140,232,237); }
td.TdClassName
{
border-color: #8CE8ED;
}
.TagClassName
{
border-color: #8CE8ED;
}
</style>