Shades of Blizzard Blue #8DECEC
Tints of Blizzard Blue #8DECEC
RGB
CMYK
RGB Variations
Color information
#8DECEC (or 0x8DECEC) is known color: Blizzard Blue. HEX triplet: 8D, EC and EC. RGB value is (141,236,236). Sum of RGB (Red+Green+Blue) = 141+236+236=613 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.00% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #8DECEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DECEC is #721313. Grayscale: #CFCFCF. Windows color (decimal): -7475988 or 15527053. OLE color: 15527053.
HSL color Cylindrical-coordinate representation of color #8DECEC: hue angle of 180º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DECEC is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 236 | 236 | - |
| CMYK | 0.40 | 0 | 0 | 0.07 |
| HSL | 180º | 0.71% | 0.74% | - |
| HSV(B) | 180º | 0.4% | 0.93% | - |
| XYZ | 56.12 | 71.71 | 90.24 | - |
| YUV | 207.6 | 144.03 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 236 | 236 | 0.40 | 0 | 0 | 0.07 | 180 | 0.71 | 0.74 |
| Hex | 8D | EC | EC | 28 | 0 | 0 | 7 | B4 | 47 | 4A |
| Octal | 215 | 354 | 354 | 50 | 0 | 0 | 7 | 264 | 107 | 112 |
| Binary | 10001101 | 11101100 | 11101100 | 101000 | 0 | 0 | 111 | 10110100 | 1000111 | 1001010 |
Color Harmonies of #8DECEC
Complementary color
Monochromatic Colors of #8DECEC
Black with #8DECEC
Text Example
Text Example
White with #8DECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DECEC; }
p { color: rgb(141,236,236); }
H1.HeaderClassName
{
color: #8DECEC;
}
.AnyTagClassName
{
color: #8DECEC;
}
</style>
background-color css
<style>
a { background-color: #8DECEC; }
a { background-color: rgb(141,236,236); }
div.DivClassName
{
background-color: #8DECEC;
}
.BgClassName
{
background-color: #8DECEC;
}
</style>
border-color css
<style>
span { border-color: #8DECEC; }
span { border-color: rgb(141,236,236); }
td.TdClassName
{
border-color: #8DECEC;
}
.TagClassName
{
border-color: #8DECEC;
}
</style>