Shades of Blizzard Blue #8BE9E6
Tints of Blizzard Blue #8BE9E6
RGB
CMYK
RGB Variations
Color information
#8BE9E6 (or 0x8BE9E6) is known color: Blizzard Blue. HEX triplet: 8B, E9 and E6. RGB value is (139,233,230). Sum of RGB (Red+Green+Blue) = 139+233+230=602 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.09% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 233 - color contains mainly: green. Hex color #8BE9E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BE9E6 is #741619. Grayscale: #CCCCCC. Windows color (decimal): -7607834 or 15133067. OLE color: 15133067.
HSL color Cylindrical-coordinate representation of color #8BE9E6: hue angle of 178.09º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BE9E6 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 233 | 230 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.09 |
| HSL | 178.09º | 0.68% | 0.73% | - |
| HSV(B) | 178.09º | 0.4% | 0.91% | - |
| XYZ | 54.07 | 69.48 | 85.42 | - |
| YUV | 204.55 | 142.36 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 233 | 230 | 0.40 | 0 | 0.01 | 0.09 | 178.09 | 0.68 | 0.73 |
| Hex | 8B | E9 | E6 | 28 | 0 | 1 | 9 | B2 | 44 | 49 |
| Octal | 213 | 351 | 346 | 50 | 0 | 1 | 11 | 262 | 104 | 111 |
| Binary | 10001011 | 11101001 | 11100110 | 101000 | 0 | 1 | 1001 | 10110010 | 1000100 | 1001001 |
Color Harmonies of #8BE9E6
Complementary color
Monochromatic Colors of #8BE9E6
Black with #8BE9E6
Text Example
Text Example
White with #8BE9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE9E6; }
p { color: rgb(139,233,230); }
H1.HeaderClassName
{
color: #8BE9E6;
}
.AnyTagClassName
{
color: #8BE9E6;
}
</style>
background-color css
<style>
a { background-color: #8BE9E6; }
a { background-color: rgb(139,233,230); }
div.DivClassName
{
background-color: #8BE9E6;
}
.BgClassName
{
background-color: #8BE9E6;
}
</style>
border-color css
<style>
span { border-color: #8BE9E6; }
span { border-color: rgb(139,233,230); }
td.TdClassName
{
border-color: #8BE9E6;
}
.TagClassName
{
border-color: #8BE9E6;
}
</style>