Shades of Blizzard Blue #8DEBE5
Tints of Blizzard Blue #8DEBE5
RGB
CMYK
RGB Variations
Color information
#8DEBE5 (or 0x8DEBE5) is known color: Blizzard Blue. HEX triplet: 8D, EB and E5. RGB value is (141,235,229). Sum of RGB (Red+Green+Blue) = 141+235+229=605 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.31% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEBE5 is #72141A. Grayscale: #CECECE. Windows color (decimal): -7476251 or 15068045. OLE color: 15068045.
HSL color Cylindrical-coordinate representation of color #8DEBE5: hue angle of 176.17º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEBE5 is Cyan = 0.4, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 235 | 229 | - |
| CMYK | 0.4 | 0 | 0.03 | 0.08 |
| HSL | 176.17º | 0.7% | 0.74% | - |
| HSV(B) | 176.17º | 0.4% | 0.92% | - |
| XYZ | 54.84 | 70.74 | 84.89 | - |
| YUV | 206.21 | 140.86 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 235 | 229 | 0.4 | 0 | 0.03 | 0.08 | 176.17 | 0.7 | 0.74 |
| Hex | 8D | EB | E5 | 28 | 0 | 3 | 8 | B0 | 46 | 4A |
| Octal | 215 | 353 | 345 | 50 | 0 | 3 | 10 | 260 | 106 | 112 |
| Binary | 10001101 | 11101011 | 11100101 | 101000 | 0 | 11 | 1000 | 10110000 | 1000110 | 1001010 |
Color Harmonies of #8DEBE5
Complementary color
Monochromatic Colors of #8DEBE5
Black with #8DEBE5
Text Example
Text Example
White with #8DEBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEBE5; }
p { color: rgb(141,235,229); }
H1.HeaderClassName
{
color: #8DEBE5;
}
.AnyTagClassName
{
color: #8DEBE5;
}
</style>
background-color css
<style>
a { background-color: #8DEBE5; }
a { background-color: rgb(141,235,229); }
div.DivClassName
{
background-color: #8DEBE5;
}
.BgClassName
{
background-color: #8DEBE5;
}
</style>
border-color css
<style>
span { border-color: #8DEBE5; }
span { border-color: rgb(141,235,229); }
td.TdClassName
{
border-color: #8DEBE5;
}
.TagClassName
{
border-color: #8DEBE5;
}
</style>