Shades of Blizzard Blue #8DEAE3
Tints of Blizzard Blue #8DEAE3
RGB
CMYK
RGB Variations
Color information
#8DEAE3 (or 0x8DEAE3) is known color: Blizzard Blue. HEX triplet: 8D, EA and E3. RGB value is (141,234,227). Sum of RGB (Red+Green+Blue) = 141+234+227=602 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.42% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 227 (89.06% from 255 or 37.71% from 602); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEAE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEAE3 is #72151C. Grayscale: #CDCDCD. Windows color (decimal): -7476509 or 14936717. OLE color: 14936717.
HSL color Cylindrical-coordinate representation of color #8DEAE3: hue angle of 175.48º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEAE3 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 234 | 227 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.08 |
| HSL | 175.48º | 0.69% | 0.74% | - |
| HSV(B) | 175.48º | 0.4% | 0.92% | - |
| XYZ | 54.27 | 70.05 | 83.33 | - |
| YUV | 205.4 | 140.19 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 234 | 227 | 0.40 | 0 | 0.03 | 0.08 | 175.48 | 0.69 | 0.74 |
| Hex | 8D | EA | E3 | 28 | 0 | 3 | 8 | AF | 45 | 4A |
| Octal | 215 | 352 | 343 | 50 | 0 | 3 | 10 | 257 | 105 | 112 |
| Binary | 10001101 | 11101010 | 11100011 | 101000 | 0 | 11 | 1000 | 10101111 | 1000101 | 1001010 |
Color Harmonies of #8DEAE3
Complementary color
Monochromatic Colors of #8DEAE3
Black with #8DEAE3
Text Example
Text Example
White with #8DEAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEAE3; }
p { color: rgb(141,234,227); }
H1.HeaderClassName
{
color: #8DEAE3;
}
.AnyTagClassName
{
color: #8DEAE3;
}
</style>
background-color css
<style>
a { background-color: #8DEAE3; }
a { background-color: rgb(141,234,227); }
div.DivClassName
{
background-color: #8DEAE3;
}
.BgClassName
{
background-color: #8DEAE3;
}
</style>
border-color css
<style>
span { border-color: #8DEAE3; }
span { border-color: rgb(141,234,227); }
td.TdClassName
{
border-color: #8DEAE3;
}
.TagClassName
{
border-color: #8DEAE3;
}
</style>