Shades of Blizzard Blue #8DEDEC
Tints of Blizzard Blue #8DEDEC
RGB
CMYK
RGB Variations
Color information
#8DEDEC (or 0x8DEDEC) is known color: Blizzard Blue. HEX triplet: 8D, ED and EC. RGB value is (141,237,236). Sum of RGB (Red+Green+Blue) = 141+237+236=614 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.96% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #8DEDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEDEC is #721213. Grayscale: #D0D0D0. Windows color (decimal): -7475732 or 15527309. OLE color: 15527309.
HSL color Cylindrical-coordinate representation of color #8DEDEC: hue angle of 179.38º 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 #8DEDEC is Cyan = 0.41, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 237 | 236 | - |
| CMYK | 0.41 | 0 | 0.00 | 0.07 |
| HSL | 179.38º | 0.73% | 0.74% | - |
| HSV(B) | 179.38º | 0.41% | 0.93% | - |
| XYZ | 56.41 | 72.29 | 90.34 | - |
| YUV | 208.18 | 143.7 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 237 | 236 | 0.41 | 0 | 0.00 | 0.07 | 179.38 | 0.73 | 0.74 |
| Hex | 8D | ED | EC | 29 | 0 | 0 | 7 | B3 | 49 | 4A |
| Octal | 215 | 355 | 354 | 51 | 0 | 0 | 7 | 263 | 111 | 112 |
| Binary | 10001101 | 11101101 | 11101100 | 101001 | 0 | 0 | 111 | 10110011 | 1001001 | 1001010 |
Color Harmonies of #8DEDEC
Complementary color
Monochromatic Colors of #8DEDEC
Black with #8DEDEC
Text Example
Text Example
White with #8DEDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEDEC; }
p { color: rgb(141,237,236); }
H1.HeaderClassName
{
color: #8DEDEC;
}
.AnyTagClassName
{
color: #8DEDEC;
}
</style>
background-color css
<style>
a { background-color: #8DEDEC; }
a { background-color: rgb(141,237,236); }
div.DivClassName
{
background-color: #8DEDEC;
}
.BgClassName
{
background-color: #8DEDEC;
}
</style>
border-color css
<style>
span { border-color: #8DEDEC; }
span { border-color: rgb(141,237,236); }
td.TdClassName
{
border-color: #8DEDEC;
}
.TagClassName
{
border-color: #8DEDEC;
}
</style>