Shades of Blizzard Blue #8BE8ED
Tints of Blizzard Blue #8BE8ED
RGB
CMYK
RGB Variations
Color information
#8BE8ED (or 0x8BE8ED) is known color: Blizzard Blue. HEX triplet: 8B, E8 and ED. RGB value is (139,232,237). Sum of RGB (Red+Green+Blue) = 139+232+237=608 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.86% from 608); Green value is 232 (91.02% from 255 or 38.16% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BE8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BE8ED is #741712. Grayscale: #CCCCCC. Windows color (decimal): -7608083 or 15591563. OLE color: 15591563.
HSL color Cylindrical-coordinate representation of color #8BE8ED: hue angle of 183.06º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BE8ED is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 232 | 237 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.07 |
| HSL | 183.06º | 0.73% | 0.74% | - |
| HSV(B) | 183.06º | 0.41% | 0.93% | - |
| XYZ | 54.79 | 69.32 | 90.61 | - |
| YUV | 204.76 | 146.19 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 232 | 237 | 0.41 | 0.02 | 0 | 0.07 | 183.06 | 0.73 | 0.74 |
| Hex | 8B | E8 | ED | 29 | 2 | 0 | 7 | B7 | 49 | 4A |
| Octal | 213 | 350 | 355 | 51 | 2 | 0 | 7 | 267 | 111 | 112 |
| Binary | 10001011 | 11101000 | 11101101 | 101001 | 10 | 0 | 111 | 10110111 | 1001001 | 1001010 |
Color Harmonies of #8BE8ED
Complementary color
Monochromatic Colors of #8BE8ED
Black with #8BE8ED
Text Example
Text Example
White with #8BE8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE8ED; }
p { color: rgb(139,232,237); }
H1.HeaderClassName
{
color: #8BE8ED;
}
.AnyTagClassName
{
color: #8BE8ED;
}
</style>
background-color css
<style>
a { background-color: #8BE8ED; }
a { background-color: rgb(139,232,237); }
div.DivClassName
{
background-color: #8BE8ED;
}
.BgClassName
{
background-color: #8BE8ED;
}
</style>
border-color css
<style>
span { border-color: #8BE8ED; }
span { border-color: rgb(139,232,237); }
td.TdClassName
{
border-color: #8BE8ED;
}
.TagClassName
{
border-color: #8BE8ED;
}
</style>