Shades of Blizzard Blue #8BE4F0
Tints of Blizzard Blue #8BE4F0
RGB
CMYK
RGB Variations
Color information
#8BE4F0 (or 0x8BE4F0) is known color: Blizzard Blue. HEX triplet: 8B, E4 and F0. RGB value is (139,228,240). Sum of RGB (Red+Green+Blue) = 139+228+240=607 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.90% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 240 - color contains mainly: blue. Hex color #8BE4F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE4F0 is #741B0F. Grayscale: #CACACA. Windows color (decimal): -7609104 or 15787147. OLE color: 15787147.
HSL color Cylindrical-coordinate representation of color #8BE4F0: hue angle of 187.13º degrees, saturation: 0.77, 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 #8BE4F0 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 228 | 240 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.06 |
| HSL | 187.13º | 0.77% | 0.74% | - |
| HSV(B) | 187.13º | 0.42% | 0.94% | - |
| XYZ | 54.12 | 67.27 | 92.57 | - |
| YUV | 202.76 | 149.01 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 228 | 240 | 0.42 | 0.05 | 0 | 0.06 | 187.13 | 0.77 | 0.74 |
| Hex | 8B | E4 | F0 | 2A | 5 | 0 | 6 | BB | 4D | 4A |
| Octal | 213 | 344 | 360 | 52 | 5 | 0 | 6 | 273 | 115 | 112 |
| Binary | 10001011 | 11100100 | 11110000 | 101010 | 101 | 0 | 110 | 10111011 | 1001101 | 1001010 |
Color Harmonies of #8BE4F0
Complementary color
Monochromatic Colors of #8BE4F0
Black with #8BE4F0
Text Example
Text Example
White with #8BE4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE4F0; }
p { color: rgb(139,228,240); }
H1.HeaderClassName
{
color: #8BE4F0;
}
.AnyTagClassName
{
color: #8BE4F0;
}
</style>
background-color css
<style>
a { background-color: #8BE4F0; }
a { background-color: rgb(139,228,240); }
div.DivClassName
{
background-color: #8BE4F0;
}
.BgClassName
{
background-color: #8BE4F0;
}
</style>
border-color css
<style>
span { border-color: #8BE4F0; }
span { border-color: rgb(139,228,240); }
td.TdClassName
{
border-color: #8BE4F0;
}
.TagClassName
{
border-color: #8BE4F0;
}
</style>