Shades of Sky Blue #8BE0EC
Tints of Sky Blue #8BE0EC
RGB
CMYK
RGB Variations
Color information
#8BE0EC (or 0x8BE0EC) is known color: Sky Blue. HEX triplet: 8B, E0 and EC. RGB value is (139,224,236). Sum of RGB (Red+Green+Blue) = 139+224+236=599 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.21% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BE0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE0EC is #741F13. Grayscale: #C7C7C7. Windows color (decimal): -7610132 or 15523979. OLE color: 15523979.
HSL color Cylindrical-coordinate representation of color #8BE0EC: hue angle of 187.42º degrees, saturation: 0.72, 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 #8BE0EC is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 224 | 236 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.07 |
| HSL | 187.42º | 0.72% | 0.74% | - |
| HSV(B) | 187.42º | 0.41% | 0.93% | - |
| XYZ | 52.44 | 64.86 | 89.11 | - |
| YUV | 199.95 | 148.34 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 224 | 236 | 0.41 | 0.05 | 0 | 0.07 | 187.42 | 0.72 | 0.74 |
| Hex | 8B | E0 | EC | 29 | 5 | 0 | 7 | BB | 48 | 4A |
| Octal | 213 | 340 | 354 | 51 | 5 | 0 | 7 | 273 | 110 | 112 |
| Binary | 10001011 | 11100000 | 11101100 | 101001 | 101 | 0 | 111 | 10111011 | 1001000 | 1001010 |
Color Harmonies of #8BE0EC
Complementary color
Monochromatic Colors of #8BE0EC
Black with #8BE0EC
Text Example
Text Example
White with #8BE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BE0EC; }
p { color: rgb(139,224,236); }
H1.HeaderClassName
{
color: #8BE0EC;
}
.AnyTagClassName
{
color: #8BE0EC;
}
</style>
background-color css
<style>
a { background-color: #8BE0EC; }
a { background-color: rgb(139,224,236); }
div.DivClassName
{
background-color: #8BE0EC;
}
.BgClassName
{
background-color: #8BE0EC;
}
</style>
border-color css
<style>
span { border-color: #8BE0EC; }
span { border-color: rgb(139,224,236); }
td.TdClassName
{
border-color: #8BE0EC;
}
.TagClassName
{
border-color: #8BE0EC;
}
</style>