Shades of Blizzard Blue #8BE9EF
Tints of Blizzard Blue #8BE9EF
RGB
CMYK
RGB Variations
Color information
#8BE9EF (or 0x8BE9EF) is known color: Blizzard Blue. HEX triplet: 8B, E9 and EF. RGB value is (139,233,239). Sum of RGB (Red+Green+Blue) = 139+233+239=611 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.75% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #8BE9EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8BE9EF is #741610. Grayscale: #CDCDCD. Windows color (decimal): -7607825 or 15722891. OLE color: 15722891.
HSL color Cylindrical-coordinate representation of color #8BE9EF: hue angle of 183.6º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BE9EF is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 233 | 239 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.06 |
| HSL | 183.6º | 0.76% | 0.74% | - |
| HSV(B) | 183.6º | 0.42% | 0.94% | - |
| XYZ | 55.37 | 70 | 92.25 | - |
| YUV | 205.58 | 146.86 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 233 | 239 | 0.42 | 0.03 | 0 | 0.06 | 183.6 | 0.76 | 0.74 |
| Hex | 8B | E9 | EF | 2A | 3 | 0 | 6 | B8 | 4C | 4A |
| Octal | 213 | 351 | 357 | 52 | 3 | 0 | 6 | 270 | 114 | 112 |
| Binary | 10001011 | 11101001 | 11101111 | 101010 | 11 | 0 | 110 | 10111000 | 1001100 | 1001010 |
Color Harmonies of #8BE9EF
Complementary color
Monochromatic Colors of #8BE9EF
Black with #8BE9EF
Text Example
Text Example
White with #8BE9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE9EF; }
p { color: rgb(139,233,239); }
H1.HeaderClassName
{
color: #8BE9EF;
}
.AnyTagClassName
{
color: #8BE9EF;
}
</style>
background-color css
<style>
a { background-color: #8BE9EF; }
a { background-color: rgb(139,233,239); }
div.DivClassName
{
background-color: #8BE9EF;
}
.BgClassName
{
background-color: #8BE9EF;
}
</style>
border-color css
<style>
span { border-color: #8BE9EF; }
span { border-color: rgb(139,233,239); }
td.TdClassName
{
border-color: #8BE9EF;
}
.TagClassName
{
border-color: #8BE9EF;
}
</style>