Shades of Blizzard Blue #8BE7E9
Tints of Blizzard Blue #8BE7E9
RGB
CMYK
RGB Variations
Color information
#8BE7E9 (or 0x8BE7E9) is known color: Blizzard Blue. HEX triplet: 8B, E7 and E9. RGB value is (139,231,233). Sum of RGB (Red+Green+Blue) = 139+231+233=603 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.05% from 603); Green value is 231 (90.62% from 255 or 38.31% from 603); Blue value is 233 (91.41% from 255 or 38.64% from 603); Max value from RGB is 233 - color contains mainly: blue. Hex color #8BE7E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BE7E9 is #741816. Grayscale: #CBCBCB. Windows color (decimal): -7608343 or 15329163. OLE color: 15329163.
HSL color Cylindrical-coordinate representation of color #8BE7E9: hue angle of 181.28º degrees, saturation: 0.68, 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 #8BE7E9 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 231 | 233 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.09 |
| HSL | 181.28º | 0.68% | 0.73% | - |
| HSV(B) | 181.28º | 0.4% | 0.91% | - |
| XYZ | 53.93 | 68.52 | 87.47 | - |
| YUV | 203.72 | 144.52 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 231 | 233 | 0.40 | 0.01 | 0 | 0.09 | 181.28 | 0.68 | 0.73 |
| Hex | 8B | E7 | E9 | 28 | 1 | 0 | 9 | B5 | 44 | 49 |
| Octal | 213 | 347 | 351 | 50 | 1 | 0 | 11 | 265 | 104 | 111 |
| Binary | 10001011 | 11100111 | 11101001 | 101000 | 1 | 0 | 1001 | 10110101 | 1000100 | 1001001 |
Color Harmonies of #8BE7E9
Complementary color
Monochromatic Colors of #8BE7E9
Black with #8BE7E9
Text Example
Text Example
White with #8BE7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE7E9; }
p { color: rgb(139,231,233); }
H1.HeaderClassName
{
color: #8BE7E9;
}
.AnyTagClassName
{
color: #8BE7E9;
}
</style>
background-color css
<style>
a { background-color: #8BE7E9; }
a { background-color: rgb(139,231,233); }
div.DivClassName
{
background-color: #8BE7E9;
}
.BgClassName
{
background-color: #8BE7E9;
}
</style>
border-color css
<style>
span { border-color: #8BE7E9; }
span { border-color: rgb(139,231,233); }
td.TdClassName
{
border-color: #8BE7E9;
}
.TagClassName
{
border-color: #8BE7E9;
}
</style>