Shades of Blizzard Blue #8BEAEC
Tints of Blizzard Blue #8BEAEC
RGB
CMYK
RGB Variations
Color information
#8BEAEC (or 0x8BEAEC) is known color: Blizzard Blue. HEX triplet: 8B, EA and EC. RGB value is (139,234,236). Sum of RGB (Red+Green+Blue) = 139+234+236=609 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.82% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BEAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEAEC is #741513. Grayscale: #CDCDCD. Windows color (decimal): -7607572 or 15526539. OLE color: 15526539.
HSL color Cylindrical-coordinate representation of color #8BEAEC: hue angle of 181.24º degrees, saturation: 0.72, 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 #8BEAEC is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 234 | 236 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.07 |
| HSL | 181.24º | 0.72% | 0.74% | - |
| HSV(B) | 181.24º | 0.41% | 0.93% | - |
| XYZ | 55.21 | 70.39 | 90.03 | - |
| YUV | 205.82 | 145.03 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 234 | 236 | 0.41 | 0.01 | 0 | 0.07 | 181.24 | 0.72 | 0.74 |
| Hex | 8B | EA | EC | 29 | 1 | 0 | 7 | B5 | 48 | 4A |
| Octal | 213 | 352 | 354 | 51 | 1 | 0 | 7 | 265 | 110 | 112 |
| Binary | 10001011 | 11101010 | 11101100 | 101001 | 1 | 0 | 111 | 10110101 | 1001000 | 1001010 |
Color Harmonies of #8BEAEC
Complementary color
Monochromatic Colors of #8BEAEC
Black with #8BEAEC
Text Example
Text Example
White with #8BEAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEAEC; }
p { color: rgb(139,234,236); }
H1.HeaderClassName
{
color: #8BEAEC;
}
.AnyTagClassName
{
color: #8BEAEC;
}
</style>
background-color css
<style>
a { background-color: #8BEAEC; }
a { background-color: rgb(139,234,236); }
div.DivClassName
{
background-color: #8BEAEC;
}
.BgClassName
{
background-color: #8BEAEC;
}
</style>
border-color css
<style>
span { border-color: #8BEAEC; }
span { border-color: rgb(139,234,236); }
td.TdClassName
{
border-color: #8BEAEC;
}
.TagClassName
{
border-color: #8BEAEC;
}
</style>