Shades of Blizzard Blue #8BE2EA
Tints of Blizzard Blue #8BE2EA
RGB
CMYK
RGB Variations
Color information
#8BE2EA (or 0x8BE2EA) is known color: Blizzard Blue. HEX triplet: 8B, E2 and EA. RGB value is (139,226,234). Sum of RGB (Red+Green+Blue) = 139+226+234=599 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.21% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BE2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE2EA is #741D15. Grayscale: #C8C8C8. Windows color (decimal): -7609622 or 15393419. OLE color: 15393419.
HSL color Cylindrical-coordinate representation of color #8BE2EA: hue angle of 185.05º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BE2EA is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 226 | 234 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.08 |
| HSL | 185.05º | 0.69% | 0.73% | - |
| HSV(B) | 185.05º | 0.41% | 0.92% | - |
| XYZ | 52.7 | 65.82 | 87.77 | - |
| YUV | 200.9 | 146.68 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 226 | 234 | 0.41 | 0.03 | 0 | 0.08 | 185.05 | 0.69 | 0.73 |
| Hex | 8B | E2 | EA | 29 | 3 | 0 | 8 | B9 | 45 | 49 |
| Octal | 213 | 342 | 352 | 51 | 3 | 0 | 10 | 271 | 105 | 111 |
| Binary | 10001011 | 11100010 | 11101010 | 101001 | 11 | 0 | 1000 | 10111001 | 1000101 | 1001001 |
Color Harmonies of #8BE2EA
Complementary color
Monochromatic Colors of #8BE2EA
Black with #8BE2EA
Text Example
Text Example
White with #8BE2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE2EA; }
p { color: rgb(139,226,234); }
H1.HeaderClassName
{
color: #8BE2EA;
}
.AnyTagClassName
{
color: #8BE2EA;
}
</style>
background-color css
<style>
a { background-color: #8BE2EA; }
a { background-color: rgb(139,226,234); }
div.DivClassName
{
background-color: #8BE2EA;
}
.BgClassName
{
background-color: #8BE2EA;
}
</style>
border-color css
<style>
span { border-color: #8BE2EA; }
span { border-color: rgb(139,226,234); }
td.TdClassName
{
border-color: #8BE2EA;
}
.TagClassName
{
border-color: #8BE2EA;
}
</style>