Shades of Blizzard Blue #8DEBEB
Tints of Blizzard Blue #8DEBEB
RGB
CMYK
RGB Variations
Color information
#8DEBEB (or 0x8DEBEB) is known color: Blizzard Blue. HEX triplet: 8D, EB and EB. RGB value is (141,235,235). Sum of RGB (Red+Green+Blue) = 141+235+235=611 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.08% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #8DEBEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEBEB is #721414. Grayscale: #CECECE. Windows color (decimal): -7476245 or 15461261. OLE color: 15461261.
HSL color Cylindrical-coordinate representation of color #8DEBEB: hue angle of 180º 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 #8DEBEB is Cyan = 0.4, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 235 | 235 | - |
| CMYK | 0.4 | 0 | 0 | 0.08 |
| HSL | 180º | 0.7% | 0.74% | - |
| HSV(B) | 180º | 0.4% | 0.92% | - |
| XYZ | 55.69 | 71.08 | 89.38 | - |
| YUV | 206.89 | 143.86 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 235 | 235 | 0.4 | 0 | 0 | 0.08 | 180 | 0.7 | 0.74 |
| Hex | 8D | EB | EB | 28 | 0 | 0 | 8 | B4 | 46 | 4A |
| Octal | 215 | 353 | 353 | 50 | 0 | 0 | 10 | 264 | 106 | 112 |
| Binary | 10001101 | 11101011 | 11101011 | 101000 | 0 | 0 | 1000 | 10110100 | 1000110 | 1001010 |
Color Harmonies of #8DEBEB
Complementary color
Monochromatic Colors of #8DEBEB
Black with #8DEBEB
Text Example
Text Example
White with #8DEBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEBEB; }
p { color: rgb(141,235,235); }
H1.HeaderClassName
{
color: #8DEBEB;
}
.AnyTagClassName
{
color: #8DEBEB;
}
</style>
background-color css
<style>
a { background-color: #8DEBEB; }
a { background-color: rgb(141,235,235); }
div.DivClassName
{
background-color: #8DEBEB;
}
.BgClassName
{
background-color: #8DEBEB;
}
</style>
border-color css
<style>
span { border-color: #8DEBEB; }
span { border-color: rgb(141,235,235); }
td.TdClassName
{
border-color: #8DEBEB;
}
.TagClassName
{
border-color: #8DEBEB;
}
</style>