Shades of Blizzard Blue #8BE3E2
Tints of Blizzard Blue #8BE3E2
RGB
CMYK
RGB Variations
Color information
#8BE3E2 (or 0x8BE3E2) is known color: Blizzard Blue. HEX triplet: 8B, E3 and E2. RGB value is (139,227,226). Sum of RGB (Red+Green+Blue) = 139+227+226=592 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.48% from 592); Green value is 227 (89.06% from 255 or 38.34% from 592); Blue value is 226 (88.67% from 255 or 38.18% from 592); Max value from RGB is 227 - color contains mainly: green. Hex color #8BE3E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE3E2 is #741C1D. Grayscale: #C8C8C8. Windows color (decimal): -7609374 or 14869387. OLE color: 14869387.
HSL color Cylindrical-coordinate representation of color #8BE3E2: hue angle of 179.32º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BE3E2 is Cyan = 0.39, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 227 | 226 | - |
| CMYK | 0.39 | 0 | 0.00 | 0.11 |
| HSL | 179.32º | 0.61% | 0.72% | - |
| HSV(B) | 179.32º | 0.39% | 0.89% | - |
| XYZ | 51.84 | 65.92 | 81.94 | - |
| YUV | 200.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 227 | 226 | 0.39 | 0 | 0.00 | 0.11 | 179.32 | 0.61 | 0.72 |
| Hex | 8B | E3 | E2 | 27 | 0 | 0 | B | B3 | 3D | 48 |
| Octal | 213 | 343 | 342 | 47 | 0 | 0 | 13 | 263 | 75 | 110 |
| Binary | 10001011 | 11100011 | 11100010 | 100111 | 0 | 0 | 1011 | 10110011 | 111101 | 1001000 |
Color Harmonies of #8BE3E2
Complementary color
Monochromatic Colors of #8BE3E2
Black with #8BE3E2
Text Example
Text Example
White with #8BE3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE3E2; }
p { color: rgb(139,227,226); }
H1.HeaderClassName
{
color: #8BE3E2;
}
.AnyTagClassName
{
color: #8BE3E2;
}
</style>
background-color css
<style>
a { background-color: #8BE3E2; }
a { background-color: rgb(139,227,226); }
div.DivClassName
{
background-color: #8BE3E2;
}
.BgClassName
{
background-color: #8BE3E2;
}
</style>
border-color css
<style>
span { border-color: #8BE3E2; }
span { border-color: rgb(139,227,226); }
td.TdClassName
{
border-color: #8BE3E2;
}
.TagClassName
{
border-color: #8BE3E2;
}
</style>