Shades of Blizzard Blue #8BE7E2
Tints of Blizzard Blue #8BE7E2
RGB
CMYK
RGB Variations
Color information
#8BE7E2 (or 0x8BE7E2) is known color: Blizzard Blue. HEX triplet: 8B, E7 and E2. RGB value is (139,231,226). Sum of RGB (Red+Green+Blue) = 139+231+226=596 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.32% from 596); Green value is 231 (90.62% from 255 or 38.76% from 596); Blue value is 226 (88.67% from 255 or 37.92% from 596); Max value from RGB is 231 - color contains mainly: green. Hex color #8BE7E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE7E2 is #74181D. Grayscale: #CACACA. Windows color (decimal): -7608350 or 14870411. OLE color: 14870411.
HSL color Cylindrical-coordinate representation of color #8BE7E2: hue angle of 176.74º 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 #8BE7E2 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 231 | 226 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.09 |
| HSL | 176.74º | 0.66% | 0.73% | - |
| HSV(B) | 176.74º | 0.4% | 0.91% | - |
| XYZ | 52.95 | 68.13 | 82.31 | - |
| YUV | 202.92 | 141.02 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 231 | 226 | 0.40 | 0 | 0.02 | 0.09 | 176.74 | 0.66 | 0.73 |
| Hex | 8B | E7 | E2 | 28 | 0 | 2 | 9 | B1 | 42 | 49 |
| Octal | 213 | 347 | 342 | 50 | 0 | 2 | 11 | 261 | 102 | 111 |
| Binary | 10001011 | 11100111 | 11100010 | 101000 | 0 | 10 | 1001 | 10110001 | 1000010 | 1001001 |
Color Harmonies of #8BE7E2
Complementary color
Monochromatic Colors of #8BE7E2
Black with #8BE7E2
Text Example
Text Example
White with #8BE7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE7E2; }
p { color: rgb(139,231,226); }
H1.HeaderClassName
{
color: #8BE7E2;
}
.AnyTagClassName
{
color: #8BE7E2;
}
</style>
background-color css
<style>
a { background-color: #8BE7E2; }
a { background-color: rgb(139,231,226); }
div.DivClassName
{
background-color: #8BE7E2;
}
.BgClassName
{
background-color: #8BE7E2;
}
</style>
border-color css
<style>
span { border-color: #8BE7E2; }
span { border-color: rgb(139,231,226); }
td.TdClassName
{
border-color: #8BE7E2;
}
.TagClassName
{
border-color: #8BE7E2;
}
</style>