Shades of Botticelli #8EBCBF
Tints of Botticelli #8EBCBF
RGB
CMYK
RGB Variations
Color information
#8EBCBF (or 0x8EBCBF) is known color: Botticelli. HEX triplet: 8E, BC and BF. RGB value is (142,188,191). Sum of RGB (Red+Green+Blue) = 142+188+191=521 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.26% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #8EBCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBCBF is #714340. Grayscale: #AEAEAE. Windows color (decimal): -7422785 or 12565646. OLE color: 12565646.
HSL color Cylindrical-coordinate representation of color #8EBCBF: hue angle of 183.67º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EBCBF is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 188 | 191 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.25 |
| HSL | 183.67º | 0.28% | 0.65% | - |
| HSV(B) | 183.67º | 0.26% | 0.75% | - |
| XYZ | 38.54 | 45.48 | 56.04 | - |
| YUV | 174.59 | 137.26 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 188 | 191 | 0.26 | 0.02 | 0 | 0.25 | 183.67 | 0.28 | 0.65 |
| Hex | 8E | BC | BF | 1A | 2 | 0 | 19 | B8 | 1C | 41 |
| Octal | 216 | 274 | 277 | 32 | 2 | 0 | 31 | 270 | 34 | 101 |
| Binary | 10001110 | 10111100 | 10111111 | 11010 | 10 | 0 | 11001 | 10111000 | 11100 | 1000001 |
Color Harmonies of #8EBCBF
Complementary color
Monochromatic Colors of #8EBCBF
Black with #8EBCBF
Text Example
Text Example
White with #8EBCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBCBF; }
p { color: rgb(142,188,191); }
H1.HeaderClassName
{
color: #8EBCBF;
}
.AnyTagClassName
{
color: #8EBCBF;
}
</style>
background-color css
<style>
a { background-color: #8EBCBF; }
a { background-color: rgb(142,188,191); }
div.DivClassName
{
background-color: #8EBCBF;
}
.BgClassName
{
background-color: #8EBCBF;
}
</style>
border-color css
<style>
span { border-color: #8EBCBF; }
span { border-color: rgb(142,188,191); }
td.TdClassName
{
border-color: #8EBCBF;
}
.TagClassName
{
border-color: #8EBCBF;
}
</style>