Shades of Blizzard Blue #8BE2EE
Tints of Blizzard Blue #8BE2EE
RGB
CMYK
RGB Variations
Color information
#8BE2EE (or 0x8BE2EE) is known color: Blizzard Blue. HEX triplet: 8B, E2 and EE. RGB value is (139,226,238). Sum of RGB (Red+Green+Blue) = 139+226+238=603 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.05% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BE2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE2EE is #741D11. Grayscale: #C9C9C9. Windows color (decimal): -7609618 or 15655563. OLE color: 15655563.
HSL color Cylindrical-coordinate representation of color #8BE2EE: hue angle of 187.27º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BE2EE is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 226 | 238 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.07 |
| HSL | 187.27º | 0.74% | 0.74% | - |
| HSV(B) | 187.27º | 0.42% | 0.93% | - |
| XYZ | 53.28 | 66.05 | 90.83 | - |
| YUV | 201.36 | 148.68 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 226 | 238 | 0.42 | 0.05 | 0 | 0.07 | 187.27 | 0.74 | 0.74 |
| Hex | 8B | E2 | EE | 2A | 5 | 0 | 7 | BB | 4A | 4A |
| Octal | 213 | 342 | 356 | 52 | 5 | 0 | 7 | 273 | 112 | 112 |
| Binary | 10001011 | 11100010 | 11101110 | 101010 | 101 | 0 | 111 | 10111011 | 1001010 | 1001010 |
Color Harmonies of #8BE2EE
Complementary color
Monochromatic Colors of #8BE2EE
Black with #8BE2EE
Text Example
Text Example
White with #8BE2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE2EE; }
p { color: rgb(139,226,238); }
H1.HeaderClassName
{
color: #8BE2EE;
}
.AnyTagClassName
{
color: #8BE2EE;
}
</style>
background-color css
<style>
a { background-color: #8BE2EE; }
a { background-color: rgb(139,226,238); }
div.DivClassName
{
background-color: #8BE2EE;
}
.BgClassName
{
background-color: #8BE2EE;
}
</style>
border-color css
<style>
span { border-color: #8BE2EE; }
span { border-color: rgb(139,226,238); }
td.TdClassName
{
border-color: #8BE2EE;
}
.TagClassName
{
border-color: #8BE2EE;
}
</style>