Shades of Blizzard Blue #8BE5E7
Tints of Blizzard Blue #8BE5E7
RGB
CMYK
RGB Variations
Color information
#8BE5E7 (or 0x8BE5E7) is known color: Blizzard Blue. HEX triplet: 8B, E5 and E7. RGB value is (139,229,231). Sum of RGB (Red+Green+Blue) = 139+229+231=599 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.21% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 231 (90.62% from 255 or 38.56% from 599); Max value from RGB is 231 - color contains mainly: blue. Hex color #8BE5E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE5E7 is #741A18. Grayscale: #CACACA. Windows color (decimal): -7608857 or 15197579. OLE color: 15197579.
HSL color Cylindrical-coordinate representation of color #8BE5E7: hue angle of 181.3º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BE5E7 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 229 | 231 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.09 |
| HSL | 181.3º | 0.66% | 0.73% | - |
| HSV(B) | 181.3º | 0.4% | 0.91% | - |
| XYZ | 53.09 | 67.3 | 85.79 | - |
| YUV | 202.32 | 144.18 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 229 | 231 | 0.40 | 0.01 | 0 | 0.09 | 181.3 | 0.66 | 0.73 |
| Hex | 8B | E5 | E7 | 28 | 1 | 0 | 9 | B5 | 42 | 49 |
| Octal | 213 | 345 | 347 | 50 | 1 | 0 | 11 | 265 | 102 | 111 |
| Binary | 10001011 | 11100101 | 11100111 | 101000 | 1 | 0 | 1001 | 10110101 | 1000010 | 1001001 |
Color Harmonies of #8BE5E7
Complementary color
Monochromatic Colors of #8BE5E7
Black with #8BE5E7
Text Example
Text Example
White with #8BE5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE5E7; }
p { color: rgb(139,229,231); }
H1.HeaderClassName
{
color: #8BE5E7;
}
.AnyTagClassName
{
color: #8BE5E7;
}
</style>
background-color css
<style>
a { background-color: #8BE5E7; }
a { background-color: rgb(139,229,231); }
div.DivClassName
{
background-color: #8BE5E7;
}
.BgClassName
{
background-color: #8BE5E7;
}
</style>
border-color css
<style>
span { border-color: #8BE5E7; }
span { border-color: rgb(139,229,231); }
td.TdClassName
{
border-color: #8BE5E7;
}
.TagClassName
{
border-color: #8BE5E7;
}
</style>