Shades of Blizzard Blue #8DF0E6
Tints of Blizzard Blue #8DF0E6
RGB
CMYK
RGB Variations
Color information
#8DF0E6 (or 0x8DF0E6) is known color: Blizzard Blue. HEX triplet: 8D, F0 and E6. RGB value is (141,240,230). Sum of RGB (Red+Green+Blue) = 141+240+230=611 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.08% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF0E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DF0E6 is #720F19. Grayscale: #D1D1D1. Windows color (decimal): -7474970 or 15134861. OLE color: 15134861.
HSL color Cylindrical-coordinate representation of color #8DF0E6: hue angle of 173.94º degrees, saturation: 0.77, 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 #8DF0E6 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 230 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.06 |
| HSL | 173.94º | 0.77% | 0.75% | - |
| HSV(B) | 173.94º | 0.41% | 0.94% | - |
| XYZ | 56.43 | 73.7 | 86.11 | - |
| YUV | 209.26 | 139.7 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 230 | 0.41 | 0 | 0.04 | 0.06 | 173.94 | 0.77 | 0.75 |
| Hex | 8D | F0 | E6 | 29 | 0 | 4 | 6 | AE | 4D | 4B |
| Octal | 215 | 360 | 346 | 51 | 0 | 4 | 6 | 256 | 115 | 113 |
| Binary | 10001101 | 11110000 | 11100110 | 101001 | 0 | 100 | 110 | 10101110 | 1001101 | 1001011 |
Color Harmonies of #8DF0E6
Complementary color
Monochromatic Colors of #8DF0E6
Black with #8DF0E6
Text Example
Text Example
White with #8DF0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF0E6; }
p { color: rgb(141,240,230); }
H1.HeaderClassName
{
color: #8DF0E6;
}
.AnyTagClassName
{
color: #8DF0E6;
}
</style>
background-color css
<style>
a { background-color: #8DF0E6; }
a { background-color: rgb(141,240,230); }
div.DivClassName
{
background-color: #8DF0E6;
}
.BgClassName
{
background-color: #8DF0E6;
}
</style>
border-color css
<style>
span { border-color: #8DF0E6; }
span { border-color: rgb(141,240,230); }
td.TdClassName
{
border-color: #8DF0E6;
}
.TagClassName
{
border-color: #8DF0E6;
}
</style>