Shades of Blizzard Blue #8BE3E4
Tints of Blizzard Blue #8BE3E4
RGB
CMYK
RGB Variations
Color information
#8BE3E4 (or 0x8BE3E4) is known color: Blizzard Blue. HEX triplet: 8B, E3 and E4. RGB value is (139,227,228). Sum of RGB (Red+Green+Blue) = 139+227+228=594 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.40% from 594); Green value is 227 (89.06% from 255 or 38.22% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 228 - color contains mainly: blue. Hex color #8BE3E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BE3E4 is #741C1B. Grayscale: #C8C8C8. Windows color (decimal): -7609372 or 15000459. OLE color: 15000459.
HSL color Cylindrical-coordinate representation of color #8BE3E4: hue angle of 180.67º degrees, saturation: 0.62, 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 #8BE3E4 is Cyan = 0.39, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 227 | 228 | - |
| CMYK | 0.39 | 0.00 | 0 | 0.11 |
| HSL | 180.67º | 0.62% | 0.72% | - |
| HSV(B) | 180.67º | 0.39% | 0.89% | - |
| XYZ | 52.12 | 66.03 | 83.4 | - |
| YUV | 200.8 | 143.35 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 227 | 228 | 0.39 | 0.00 | 0 | 0.11 | 180.67 | 0.62 | 0.72 |
| Hex | 8B | E3 | E4 | 27 | 0 | 0 | B | B5 | 3E | 48 |
| Octal | 213 | 343 | 344 | 47 | 0 | 0 | 13 | 265 | 76 | 110 |
| Binary | 10001011 | 11100011 | 11100100 | 100111 | 0 | 0 | 1011 | 10110101 | 111110 | 1001000 |
Color Harmonies of #8BE3E4
Complementary color
Monochromatic Colors of #8BE3E4
Black with #8BE3E4
Text Example
Text Example
White with #8BE3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE3E4; }
p { color: rgb(139,227,228); }
H1.HeaderClassName
{
color: #8BE3E4;
}
.AnyTagClassName
{
color: #8BE3E4;
}
</style>
background-color css
<style>
a { background-color: #8BE3E4; }
a { background-color: rgb(139,227,228); }
div.DivClassName
{
background-color: #8BE3E4;
}
.BgClassName
{
background-color: #8BE3E4;
}
</style>
border-color css
<style>
span { border-color: #8BE3E4; }
span { border-color: rgb(139,227,228); }
td.TdClassName
{
border-color: #8BE3E4;
}
.TagClassName
{
border-color: #8BE3E4;
}
</style>