Shades of Botticelli #8EAFBC
Tints of Botticelli #8EAFBC
RGB
CMYK
RGB Variations
Color information
#8EAFBC (or 0x8EAFBC) is known color: Botticelli. HEX triplet: 8E, AF and BC. RGB value is (142,175,188). Sum of RGB (Red+Green+Blue) = 142+175+188=505 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.12% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #8EAFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EAFBC is #715043. Grayscale: #A6A6A6. Windows color (decimal): -7426116 or 12365710. OLE color: 12365710.
HSL color Cylindrical-coordinate representation of color #8EAFBC: hue angle of 196.96º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EAFBC is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 175 | 188 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.26 |
| HSL | 196.96º | 0.26% | 0.65% | - |
| HSV(B) | 196.96º | 0.24% | 0.74% | - |
| XYZ | 35.56 | 40.04 | 53.43 | - |
| YUV | 166.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 175 | 188 | 0.24 | 0.07 | 0 | 0.26 | 196.96 | 0.26 | 0.65 |
| Hex | 8E | AF | BC | 18 | 7 | 0 | 1A | C5 | 1A | 41 |
| Octal | 216 | 257 | 274 | 30 | 7 | 0 | 32 | 305 | 32 | 101 |
| Binary | 10001110 | 10101111 | 10111100 | 11000 | 111 | 0 | 11010 | 11000101 | 11010 | 1000001 |
Color Harmonies of #8EAFBC
Complementary color
Monochromatic Colors of #8EAFBC
Black with #8EAFBC
Text Example
Text Example
White with #8EAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAFBC; }
p { color: rgb(142,175,188); }
H1.HeaderClassName
{
color: #8EAFBC;
}
.AnyTagClassName
{
color: #8EAFBC;
}
</style>
background-color css
<style>
a { background-color: #8EAFBC; }
a { background-color: rgb(142,175,188); }
div.DivClassName
{
background-color: #8EAFBC;
}
.BgClassName
{
background-color: #8EAFBC;
}
</style>
border-color css
<style>
span { border-color: #8EAFBC; }
span { border-color: rgb(142,175,188); }
td.TdClassName
{
border-color: #8EAFBC;
}
.TagClassName
{
border-color: #8EAFBC;
}
</style>