Shades of Blizzard Blue #8BEAE6
Tints of Blizzard Blue #8BEAE6
RGB
CMYK
RGB Variations
Color information
#8BEAE6 (or 0x8BEAE6) is known color: Blizzard Blue. HEX triplet: 8B, EA and E6. RGB value is (139,234,230). Sum of RGB (Red+Green+Blue) = 139+234+230=603 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.05% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 234 - color contains mainly: green. Hex color #8BEAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEAE6 is #741519. Grayscale: #CDCDCD. Windows color (decimal): -7607578 or 15133323. OLE color: 15133323.
HSL color Cylindrical-coordinate representation of color #8BEAE6: hue angle of 177.47º 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 #8BEAE6 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 234 | 230 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.08 |
| HSL | 177.47º | 0.69% | 0.73% | - |
| HSV(B) | 177.47º | 0.41% | 0.92% | - |
| XYZ | 54.35 | 70.05 | 85.52 | - |
| YUV | 205.14 | 142.03 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 234 | 230 | 0.41 | 0 | 0.02 | 0.08 | 177.47 | 0.69 | 0.73 |
| Hex | 8B | EA | E6 | 29 | 0 | 2 | 8 | B1 | 45 | 49 |
| Octal | 213 | 352 | 346 | 51 | 0 | 2 | 10 | 261 | 105 | 111 |
| Binary | 10001011 | 11101010 | 11100110 | 101001 | 0 | 10 | 1000 | 10110001 | 1000101 | 1001001 |
Color Harmonies of #8BEAE6
Complementary color
Monochromatic Colors of #8BEAE6
Black with #8BEAE6
Text Example
Text Example
White with #8BEAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEAE6; }
p { color: rgb(139,234,230); }
H1.HeaderClassName
{
color: #8BEAE6;
}
.AnyTagClassName
{
color: #8BEAE6;
}
</style>
background-color css
<style>
a { background-color: #8BEAE6; }
a { background-color: rgb(139,234,230); }
div.DivClassName
{
background-color: #8BEAE6;
}
.BgClassName
{
background-color: #8BEAE6;
}
</style>
border-color css
<style>
span { border-color: #8BEAE6; }
span { border-color: rgb(139,234,230); }
td.TdClassName
{
border-color: #8BEAE6;
}
.TagClassName
{
border-color: #8BEAE6;
}
</style>