Shades of Botticelli #8EBCC6
Tints of Botticelli #8EBCC6
RGB
CMYK
RGB Variations
Color information
#8EBCC6 (or 0x8EBCC6) is known color: Botticelli. HEX triplet: 8E, BC and C6. RGB value is (142,188,198). Sum of RGB (Red+Green+Blue) = 142+188+198=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 198 - color contains mainly: blue. Hex color #8EBCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBCC6 is #714339. Grayscale: #AFAFAF. Windows color (decimal): -7422778 or 13024398. OLE color: 13024398.
HSL color Cylindrical-coordinate representation of color #8EBCC6: hue angle of 190.71º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EBCC6 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 188 | 198 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.22 |
| HSL | 190.71º | 0.33% | 0.67% | - |
| HSV(B) | 190.71º | 0.28% | 0.78% | - |
| XYZ | 39.33 | 45.79 | 60.19 | - |
| YUV | 175.39 | 140.76 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 188 | 198 | 0.28 | 0.05 | 0 | 0.22 | 190.71 | 0.33 | 0.67 |
| Hex | 8E | BC | C6 | 1C | 5 | 0 | 16 | BF | 21 | 43 |
| Octal | 216 | 274 | 306 | 34 | 5 | 0 | 26 | 277 | 41 | 103 |
| Binary | 10001110 | 10111100 | 11000110 | 11100 | 101 | 0 | 10110 | 10111111 | 100001 | 1000011 |
Color Harmonies of #8EBCC6
Complementary color
Monochromatic Colors of #8EBCC6
Black with #8EBCC6
Text Example
Text Example
White with #8EBCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBCC6; }
p { color: rgb(142,188,198); }
H1.HeaderClassName
{
color: #8EBCC6;
}
.AnyTagClassName
{
color: #8EBCC6;
}
</style>
background-color css
<style>
a { background-color: #8EBCC6; }
a { background-color: rgb(142,188,198); }
div.DivClassName
{
background-color: #8EBCC6;
}
.BgClassName
{
background-color: #8EBCC6;
}
</style>
border-color css
<style>
span { border-color: #8EBCC6; }
span { border-color: rgb(142,188,198); }
td.TdClassName
{
border-color: #8EBCC6;
}
.TagClassName
{
border-color: #8EBCC6;
}
</style>