Shades of Botticelli #8EAEB3
Tints of Botticelli #8EAEB3
RGB
CMYK
RGB Variations
Color information
#8EAEB3 (or 0x8EAEB3) is known color: Botticelli. HEX triplet: 8E, AE and B3. RGB value is (142,174,179). Sum of RGB (Red+Green+Blue) = 142+174+179=495 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.69% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 179 - color contains mainly: blue. Hex color #8EAEB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAEB3 is #71514C. Grayscale: #A4A4A4. Windows color (decimal): -7426381 or 11775630. OLE color: 11775630.
HSL color Cylindrical-coordinate representation of color #8EAEB3: hue angle of 188.11º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8EAEB3 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 142 | 174 | 179 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.30 |
| HSL | 188.11º | 0.2% | 0.63% | - |
| HSV(B) | 188.11º | 0.21% | 0.7% | - |
| XYZ | 34.43 | 39.28 | 48.41 | - |
| YUV | 165 | 135.9 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 174 | 179 | 0.21 | 0.03 | 0 | 0.30 | 188.11 | 0.2 | 0.63 |
| Hex | 8E | AE | B3 | 15 | 3 | 0 | 1E | BC | 14 | 3F |
| Octal | 216 | 256 | 263 | 25 | 3 | 0 | 36 | 274 | 24 | 77 |
| Binary | 10001110 | 10101110 | 10110011 | 10101 | 11 | 0 | 11110 | 10111100 | 10100 | 111111 |
Color Harmonies of #8EAEB3
Complementary color
Monochromatic Colors of #8EAEB3
Black with #8EAEB3
Text Example
Text Example
White with #8EAEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAEB3; }
p { color: rgb(142,174,179); }
H1.HeaderClassName
{
color: #8EAEB3;
}
.AnyTagClassName
{
color: #8EAEB3;
}
</style>
background-color css
<style>
a { background-color: #8EAEB3; }
a { background-color: rgb(142,174,179); }
div.DivClassName
{
background-color: #8EAEB3;
}
.BgClassName
{
background-color: #8EAEB3;
}
</style>
border-color css
<style>
span { border-color: #8EAEB3; }
span { border-color: rgb(142,174,179); }
td.TdClassName
{
border-color: #8EAEB3;
}
.TagClassName
{
border-color: #8EAEB3;
}
</style>