Shades of Blizzard Blue #8DDFEA
Tints of Blizzard Blue #8DDFEA
RGB
CMYK
RGB Variations
Color information
#8DDFEA (or 0x8DDFEA) is known color: Blizzard Blue. HEX triplet: 8D, DF and EA. RGB value is (141,223,234). Sum of RGB (Red+Green+Blue) = 141+223+234=598 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.58% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DDFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDFEA is #722015. Grayscale: #C7C7C7. Windows color (decimal): -7479318 or 15392653. OLE color: 15392653.
HSL color Cylindrical-coordinate representation of color #8DDFEA: hue angle of 187.1º 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 #8DDFEA is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 223 | 234 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.08 |
| HSL | 187.1º | 0.69% | 0.74% | - |
| HSV(B) | 187.1º | 0.4% | 0.92% | - |
| XYZ | 52.22 | 64.38 | 87.52 | - |
| YUV | 199.74 | 147.33 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 223 | 234 | 0.40 | 0.05 | 0 | 0.08 | 187.1 | 0.69 | 0.74 |
| Hex | 8D | DF | EA | 28 | 5 | 0 | 8 | BB | 45 | 4A |
| Octal | 215 | 337 | 352 | 50 | 5 | 0 | 10 | 273 | 105 | 112 |
| Binary | 10001101 | 11011111 | 11101010 | 101000 | 101 | 0 | 1000 | 10111011 | 1000101 | 1001010 |
Color Harmonies of #8DDFEA
Complementary color
Monochromatic Colors of #8DDFEA
Black with #8DDFEA
Text Example
Text Example
White with #8DDFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDFEA; }
p { color: rgb(141,223,234); }
H1.HeaderClassName
{
color: #8DDFEA;
}
.AnyTagClassName
{
color: #8DDFEA;
}
</style>
background-color css
<style>
a { background-color: #8DDFEA; }
a { background-color: rgb(141,223,234); }
div.DivClassName
{
background-color: #8DDFEA;
}
.BgClassName
{
background-color: #8DDFEA;
}
</style>
border-color css
<style>
span { border-color: #8DDFEA; }
span { border-color: rgb(141,223,234); }
td.TdClassName
{
border-color: #8DDFEA;
}
.TagClassName
{
border-color: #8DDFEA;
}
</style>