Shades of Blizzard Blue #8BE9E2
Tints of Blizzard Blue #8BE9E2
RGB
CMYK
RGB Variations
Color information
#8BE9E2 (or 0x8BE9E2) is known color: Blizzard Blue. HEX triplet: 8B, E9 and E2. RGB value is (139,233,226). Sum of RGB (Red+Green+Blue) = 139+233+226=598 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.24% from 598); Green value is 233 (91.41% from 255 or 38.96% from 598); Blue value is 226 (88.67% from 255 or 37.79% from 598); Max value from RGB is 233 - color contains mainly: green. Hex color #8BE9E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BE9E2 is #74161D. Grayscale: #CCCCCC. Windows color (decimal): -7607838 or 14870923. OLE color: 14870923.
HSL color Cylindrical-coordinate representation of color #8BE9E2: hue angle of 175.53º 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 #8BE9E2 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 233 | 226 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.09 |
| HSL | 175.53º | 0.68% | 0.73% | - |
| HSV(B) | 175.53º | 0.4% | 0.91% | - |
| XYZ | 53.51 | 69.26 | 82.5 | - |
| YUV | 204.1 | 140.36 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 233 | 226 | 0.40 | 0 | 0.03 | 0.09 | 175.53 | 0.68 | 0.73 |
| Hex | 8B | E9 | E2 | 28 | 0 | 3 | 9 | B0 | 44 | 49 |
| Octal | 213 | 351 | 342 | 50 | 0 | 3 | 11 | 260 | 104 | 111 |
| Binary | 10001011 | 11101001 | 11100010 | 101000 | 0 | 11 | 1001 | 10110000 | 1000100 | 1001001 |
Color Harmonies of #8BE9E2
Complementary color
Monochromatic Colors of #8BE9E2
Black with #8BE9E2
Text Example
Text Example
White with #8BE9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE9E2; }
p { color: rgb(139,233,226); }
H1.HeaderClassName
{
color: #8BE9E2;
}
.AnyTagClassName
{
color: #8BE9E2;
}
</style>
background-color css
<style>
a { background-color: #8BE9E2; }
a { background-color: rgb(139,233,226); }
div.DivClassName
{
background-color: #8BE9E2;
}
.BgClassName
{
background-color: #8BE9E2;
}
</style>
border-color css
<style>
span { border-color: #8BE9E2; }
span { border-color: rgb(139,233,226); }
td.TdClassName
{
border-color: #8BE9E2;
}
.TagClassName
{
border-color: #8BE9E2;
}
</style>