Shades of Blizzard Blue #8DE8EE
Tints of Blizzard Blue #8DE8EE
RGB
CMYK
RGB Variations
Color information
#8DE8EE (or 0x8DE8EE) is known color: Blizzard Blue. HEX triplet: 8D, E8 and EE. RGB value is (141,232,238). Sum of RGB (Red+Green+Blue) = 141+232+238=611 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.08% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DE8EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE8EE is #721711. Grayscale: #CDCDCD. Windows color (decimal): -7477010 or 15657101. OLE color: 15657101.
HSL color Cylindrical-coordinate representation of color #8DE8EE: hue angle of 183.71º degrees, saturation: 0.74, 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 #8DE8EE is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 232 | 238 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.07 |
| HSL | 183.71º | 0.74% | 0.74% | - |
| HSV(B) | 183.71º | 0.41% | 0.93% | - |
| XYZ | 55.27 | 69.55 | 91.4 | - |
| YUV | 205.48 | 146.35 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 232 | 238 | 0.41 | 0.03 | 0 | 0.07 | 183.71 | 0.74 | 0.74 |
| Hex | 8D | E8 | EE | 29 | 3 | 0 | 7 | B8 | 4A | 4A |
| Octal | 215 | 350 | 356 | 51 | 3 | 0 | 7 | 270 | 112 | 112 |
| Binary | 10001101 | 11101000 | 11101110 | 101001 | 11 | 0 | 111 | 10111000 | 1001010 | 1001010 |
Color Harmonies of #8DE8EE
Complementary color
Monochromatic Colors of #8DE8EE
Black with #8DE8EE
Text Example
Text Example
White with #8DE8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE8EE; }
p { color: rgb(141,232,238); }
H1.HeaderClassName
{
color: #8DE8EE;
}
.AnyTagClassName
{
color: #8DE8EE;
}
</style>
background-color css
<style>
a { background-color: #8DE8EE; }
a { background-color: rgb(141,232,238); }
div.DivClassName
{
background-color: #8DE8EE;
}
.BgClassName
{
background-color: #8DE8EE;
}
</style>
border-color css
<style>
span { border-color: #8DE8EE; }
span { border-color: rgb(141,232,238); }
td.TdClassName
{
border-color: #8DE8EE;
}
.TagClassName
{
border-color: #8DE8EE;
}
</style>