Shades of Blizzard Blue #8DEDED
Tints of Blizzard Blue #8DEDED
RGB
CMYK
RGB Variations
Color information
#8DEDED (or 0x8DEDED) is known color: Blizzard Blue. HEX triplet: 8D, ED and ED. RGB value is (141,237,237). Sum of RGB (Red+Green+Blue) = 141+237+237=615 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.93% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #8DEDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEDED is #721212. Grayscale: #D0D0D0. Windows color (decimal): -7475731 or 15592845. OLE color: 15592845.
HSL color Cylindrical-coordinate representation of color #8DEDED: hue angle of 180º 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 #8DEDED is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 141 | 237 | 237 | - |
CMYK | 0.41 | 0 | 0 | 0.07 |
HSL | 180º | 0.73% | 0.74% | - |
HSV(B) | 180º | 0.41% | 0.93% | - |
XYZ | 56.55 | 72.35 | 91.1 | - |
YUV | 208.3 | 144.2 | 80 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 237 | 237 | 0.41 | 0 | 0 | 0.07 | 180 | 0.73 | 0.74 |
Hex | 8D | ED | ED | 29 | 0 | 0 | 7 | B4 | 49 | 4A |
Octal | 215 | 355 | 355 | 51 | 0 | 0 | 7 | 264 | 111 | 112 |
Binary | 10001101 | 11101101 | 11101101 | 101001 | 0 | 0 | 111 | 10110100 | 1001001 | 1001010 |
Color Harmonies of #8DEDED
Complementary color
Monochromatic Colors of #8DEDED
Black with #8DEDED
Text Example
Text Example
White with #8DEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEDED; }
p { color: rgb(141,237,237); }
H1.HeaderClassName
{
color: #8DEDED;
}
.AnyTagClassName
{
color: #8DEDED;
}
</style>
background-color css
<style>
a { background-color: #8DEDED; }
a { background-color: rgb(141,237,237); }
div.DivClassName
{
background-color: #8DEDED;
}
.BgClassName
{
background-color: #8DEDED;
}
</style>
border-color css
<style>
span { border-color: #8DEDED; }
span { border-color: rgb(141,237,237); }
td.TdClassName
{
border-color: #8DEDED;
}
.TagClassName
{
border-color: #8DEDED;
}
</style>