Shades of Blizzard Blue #8DEBED
Tints of Blizzard Blue #8DEBED
RGB
CMYK
RGB Variations
Color information
#8DEBED (or 0x8DEBED) is known color: Blizzard Blue. HEX triplet: 8D, EB and ED. RGB value is (141,235,237). Sum of RGB (Red+Green+Blue) = 141+235+237=613 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.00% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DEBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEBED is #721412. Grayscale: #CFCFCF. Windows color (decimal): -7476243 or 15592333. OLE color: 15592333.
HSL color Cylindrical-coordinate representation of color #8DEBED: hue angle of 181.25º 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 #8DEBED is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 235 | 237 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.07 |
| HSL | 181.25º | 0.73% | 0.74% | - |
| HSV(B) | 181.25º | 0.41% | 0.93% | - |
| XYZ | 55.98 | 71.19 | 90.91 | - |
| YUV | 207.12 | 144.86 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 235 | 237 | 0.41 | 0.01 | 0 | 0.07 | 181.25 | 0.73 | 0.74 |
| Hex | 8D | EB | ED | 29 | 1 | 0 | 7 | B5 | 49 | 4A |
| Octal | 215 | 353 | 355 | 51 | 1 | 0 | 7 | 265 | 111 | 112 |
| Binary | 10001101 | 11101011 | 11101101 | 101001 | 1 | 0 | 111 | 10110101 | 1001001 | 1001010 |
Color Harmonies of #8DEBED
Complementary color
Monochromatic Colors of #8DEBED
Black with #8DEBED
Text Example
Text Example
White with #8DEBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEBED; }
p { color: rgb(141,235,237); }
H1.HeaderClassName
{
color: #8DEBED;
}
.AnyTagClassName
{
color: #8DEBED;
}
</style>
background-color css
<style>
a { background-color: #8DEBED; }
a { background-color: rgb(141,235,237); }
div.DivClassName
{
background-color: #8DEBED;
}
.BgClassName
{
background-color: #8DEBED;
}
</style>
border-color css
<style>
span { border-color: #8DEBED; }
span { border-color: rgb(141,235,237); }
td.TdClassName
{
border-color: #8DEBED;
}
.TagClassName
{
border-color: #8DEBED;
}
</style>