Shades of Botticelli #8EA8B0
Tints of Botticelli #8EA8B0
RGB
CMYK
RGB Variations
Color information
#8EA8B0 (or 0x8EA8B0) is known color: Botticelli. HEX triplet: 8E, A8 and B0. RGB value is (142,168,176). Sum of RGB (Red+Green+Blue) = 142+168+176=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 176 - color contains mainly: blue. Hex color #8EA8B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA8B0 is #71574F. Grayscale: #A1A1A1. Windows color (decimal): -7427920 or 11577486. OLE color: 11577486.
HSL color Cylindrical-coordinate representation of color #8EA8B0: hue angle of 194.12º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8EA8B0 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 168 | 176 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.31 |
| HSL | 194.12º | 0.18% | 0.62% | - |
| HSV(B) | 194.12º | 0.19% | 0.69% | - |
| XYZ | 32.99 | 36.89 | 46.46 | - |
| YUV | 161.14 | 136.39 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 168 | 176 | 0.19 | 0.05 | 0 | 0.31 | 194.12 | 0.18 | 0.62 |
| Hex | 8E | A8 | B0 | 13 | 5 | 0 | 1F | C2 | 12 | 3E |
| Octal | 216 | 250 | 260 | 23 | 5 | 0 | 37 | 302 | 22 | 76 |
| Binary | 10001110 | 10101000 | 10110000 | 10011 | 101 | 0 | 11111 | 11000010 | 10010 | 111110 |
Color Harmonies of #8EA8B0
Complementary color
Monochromatic Colors of #8EA8B0
Black with #8EA8B0
Text Example
Text Example
White with #8EA8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA8B0; }
p { color: rgb(142,168,176); }
H1.HeaderClassName
{
color: #8EA8B0;
}
.AnyTagClassName
{
color: #8EA8B0;
}
</style>
background-color css
<style>
a { background-color: #8EA8B0; }
a { background-color: rgb(142,168,176); }
div.DivClassName
{
background-color: #8EA8B0;
}
.BgClassName
{
background-color: #8EA8B0;
}
</style>
border-color css
<style>
span { border-color: #8EA8B0; }
span { border-color: rgb(142,168,176); }
td.TdClassName
{
border-color: #8EA8B0;
}
.TagClassName
{
border-color: #8EA8B0;
}
</style>