Shades of Blizzard Blue #8BE6ED
Tints of Blizzard Blue #8BE6ED
RGB
CMYK
RGB Variations
Color information
#8BE6ED (or 0x8BE6ED) is known color: Blizzard Blue. HEX triplet: 8B, E6 and ED. RGB value is (139,230,237). Sum of RGB (Red+Green+Blue) = 139+230+237=606 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.94% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BE6ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BE6ED is #741912. Grayscale: #CBCBCB. Windows color (decimal): -7608595 or 15591051. OLE color: 15591051.
HSL color Cylindrical-coordinate representation of color #8BE6ED: hue angle of 184.29º 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 #8BE6ED is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 230 | 237 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.07 |
| HSL | 184.29º | 0.73% | 0.74% | - |
| HSV(B) | 184.29º | 0.41% | 0.93% | - |
| XYZ | 54.23 | 68.2 | 90.43 | - |
| YUV | 203.59 | 146.85 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 230 | 237 | 0.41 | 0.03 | 0 | 0.07 | 184.29 | 0.73 | 0.74 |
| Hex | 8B | E6 | ED | 29 | 3 | 0 | 7 | B8 | 49 | 4A |
| Octal | 213 | 346 | 355 | 51 | 3 | 0 | 7 | 270 | 111 | 112 |
| Binary | 10001011 | 11100110 | 11101101 | 101001 | 11 | 0 | 111 | 10111000 | 1001001 | 1001010 |
Color Harmonies of #8BE6ED
Complementary color
Monochromatic Colors of #8BE6ED
Black with #8BE6ED
Text Example
Text Example
White with #8BE6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE6ED; }
p { color: rgb(139,230,237); }
H1.HeaderClassName
{
color: #8BE6ED;
}
.AnyTagClassName
{
color: #8BE6ED;
}
</style>
background-color css
<style>
a { background-color: #8BE6ED; }
a { background-color: rgb(139,230,237); }
div.DivClassName
{
background-color: #8BE6ED;
}
.BgClassName
{
background-color: #8BE6ED;
}
</style>
border-color css
<style>
span { border-color: #8BE6ED; }
span { border-color: rgb(139,230,237); }
td.TdClassName
{
border-color: #8BE6ED;
}
.TagClassName
{
border-color: #8BE6ED;
}
</style>