Shades of Blizzard Blue #8BEAED
Tints of Blizzard Blue #8BEAED
RGB
CMYK
RGB Variations
Color information
#8BEAED (or 0x8BEAED) is known color: Blizzard Blue. HEX triplet: 8B, EA and ED. RGB value is (139,234,237). Sum of RGB (Red+Green+Blue) = 139+234+237=610 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.79% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BEAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BEAED is #741512. Grayscale: #CDCDCD. Windows color (decimal): -7607571 or 15592075. OLE color: 15592075.
HSL color Cylindrical-coordinate representation of color #8BEAED: hue angle of 181.84º 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 #8BEAED is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 234 | 237 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.07 |
| HSL | 181.84º | 0.73% | 0.74% | - |
| HSV(B) | 181.84º | 0.41% | 0.93% | - |
| XYZ | 55.36 | 70.45 | 90.8 | - |
| YUV | 205.94 | 145.53 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 234 | 237 | 0.41 | 0.01 | 0 | 0.07 | 181.84 | 0.73 | 0.74 |
| Hex | 8B | EA | ED | 29 | 1 | 0 | 7 | B6 | 49 | 4A |
| Octal | 213 | 352 | 355 | 51 | 1 | 0 | 7 | 266 | 111 | 112 |
| Binary | 10001011 | 11101010 | 11101101 | 101001 | 1 | 0 | 111 | 10110110 | 1001001 | 1001010 |
Color Harmonies of #8BEAED
Complementary color
Monochromatic Colors of #8BEAED
Black with #8BEAED
Text Example
Text Example
White with #8BEAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEAED; }
p { color: rgb(139,234,237); }
H1.HeaderClassName
{
color: #8BEAED;
}
.AnyTagClassName
{
color: #8BEAED;
}
</style>
background-color css
<style>
a { background-color: #8BEAED; }
a { background-color: rgb(139,234,237); }
div.DivClassName
{
background-color: #8BEAED;
}
.BgClassName
{
background-color: #8BEAED;
}
</style>
border-color css
<style>
span { border-color: #8BEAED; }
span { border-color: rgb(139,234,237); }
td.TdClassName
{
border-color: #8BEAED;
}
.TagClassName
{
border-color: #8BEAED;
}
</style>