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