Shades of Blizzard Blue #8BE3ED
Tints of Blizzard Blue #8BE3ED
RGB
CMYK
RGB Variations
Color information
#8BE3ED (or 0x8BE3ED) is known color: Blizzard Blue. HEX triplet: 8B, E3 and ED. RGB value is (139,227,237). Sum of RGB (Red+Green+Blue) = 139+227+237=603 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.05% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BE3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE3ED is #741C12. Grayscale: #C9C9C9. Windows color (decimal): -7609363 or 15590283. OLE color: 15590283.
HSL color Cylindrical-coordinate representation of color #8BE3ED: hue angle of 186.12º 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 #8BE3ED is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 227 | 237 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.07 |
| HSL | 186.12º | 0.73% | 0.74% | - |
| HSV(B) | 186.12º | 0.41% | 0.93% | - |
| XYZ | 53.4 | 66.54 | 90.15 | - |
| YUV | 201.83 | 147.85 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 227 | 237 | 0.41 | 0.04 | 0 | 0.07 | 186.12 | 0.73 | 0.74 |
| Hex | 8B | E3 | ED | 29 | 4 | 0 | 7 | BA | 49 | 4A |
| Octal | 213 | 343 | 355 | 51 | 4 | 0 | 7 | 272 | 111 | 112 |
| Binary | 10001011 | 11100011 | 11101101 | 101001 | 100 | 0 | 111 | 10111010 | 1001001 | 1001010 |
Color Harmonies of #8BE3ED
Complementary color
Monochromatic Colors of #8BE3ED
Black with #8BE3ED
Text Example
Text Example
White with #8BE3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE3ED; }
p { color: rgb(139,227,237); }
H1.HeaderClassName
{
color: #8BE3ED;
}
.AnyTagClassName
{
color: #8BE3ED;
}
</style>
background-color css
<style>
a { background-color: #8BE3ED; }
a { background-color: rgb(139,227,237); }
div.DivClassName
{
background-color: #8BE3ED;
}
.BgClassName
{
background-color: #8BE3ED;
}
</style>
border-color css
<style>
span { border-color: #8BE3ED; }
span { border-color: rgb(139,227,237); }
td.TdClassName
{
border-color: #8BE3ED;
}
.TagClassName
{
border-color: #8BE3ED;
}
</style>