Shades of Blizzard Blue #8DE1EF
Tints of Blizzard Blue #8DE1EF
RGB
CMYK
RGB Variations
Color information
#8DE1EF (or 0x8DE1EF) is known color: Blizzard Blue. HEX triplet: 8D, E1 and EF. RGB value is (141,225,239). Sum of RGB (Red+Green+Blue) = 141+225+239=605 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.31% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DE1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE1EF is #721E10. Grayscale: #C9C9C9. Windows color (decimal): -7478801 or 15720845. OLE color: 15720845.
HSL color Cylindrical-coordinate representation of color #8DE1EF: hue angle of 188.57º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DE1EF is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 225 | 239 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.06 |
| HSL | 188.57º | 0.75% | 0.75% | - |
| HSV(B) | 188.57º | 0.41% | 0.94% | - |
| XYZ | 53.49 | 65.75 | 91.53 | - |
| YUV | 201.48 | 149.17 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 225 | 239 | 0.41 | 0.06 | 0 | 0.06 | 188.57 | 0.75 | 0.75 |
| Hex | 8D | E1 | EF | 29 | 6 | 0 | 6 | BD | 4B | 4B |
| Octal | 215 | 341 | 357 | 51 | 6 | 0 | 6 | 275 | 113 | 113 |
| Binary | 10001101 | 11100001 | 11101111 | 101001 | 110 | 0 | 110 | 10111101 | 1001011 | 1001011 |
Color Harmonies of #8DE1EF
Complementary color
Monochromatic Colors of #8DE1EF
Black with #8DE1EF
Text Example
Text Example
White with #8DE1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE1EF; }
p { color: rgb(141,225,239); }
H1.HeaderClassName
{
color: #8DE1EF;
}
.AnyTagClassName
{
color: #8DE1EF;
}
</style>
background-color css
<style>
a { background-color: #8DE1EF; }
a { background-color: rgb(141,225,239); }
div.DivClassName
{
background-color: #8DE1EF;
}
.BgClassName
{
background-color: #8DE1EF;
}
</style>
border-color css
<style>
span { border-color: #8DE1EF; }
span { border-color: rgb(141,225,239); }
td.TdClassName
{
border-color: #8DE1EF;
}
.TagClassName
{
border-color: #8DE1EF;
}
</style>