Shades of Botticelli #8EBCC7
Tints of Botticelli #8EBCC7
RGB
CMYK
RGB Variations
Color information
#8EBCC7 (or 0x8EBCC7) is known color: Botticelli. HEX triplet: 8E, BC and C7. RGB value is (142,188,199). Sum of RGB (Red+Green+Blue) = 142+188+199=529 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.84% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 199 - color contains mainly: blue. Hex color #8EBCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBCC7 is #714338. Grayscale: #AFAFAF. Windows color (decimal): -7422777 or 13089934. OLE color: 13089934.
HSL color Cylindrical-coordinate representation of color #8EBCC7: hue angle of 191.58º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8EBCC7 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 188 | 199 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.22 |
| HSL | 191.58º | 0.34% | 0.67% | - |
| HSV(B) | 191.58º | 0.29% | 0.78% | - |
| XYZ | 39.45 | 45.84 | 60.8 | - |
| YUV | 175.5 | 141.26 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 188 | 199 | 0.29 | 0.06 | 0 | 0.22 | 191.58 | 0.34 | 0.67 |
| Hex | 8E | BC | C7 | 1D | 6 | 0 | 16 | C0 | 22 | 43 |
| Octal | 216 | 274 | 307 | 35 | 6 | 0 | 26 | 300 | 42 | 103 |
| Binary | 10001110 | 10111100 | 11000111 | 11101 | 110 | 0 | 10110 | 11000000 | 100010 | 1000011 |
Color Harmonies of #8EBCC7
Complementary color
Monochromatic Colors of #8EBCC7
Black with #8EBCC7
Text Example
Text Example
White with #8EBCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBCC7; }
p { color: rgb(142,188,199); }
H1.HeaderClassName
{
color: #8EBCC7;
}
.AnyTagClassName
{
color: #8EBCC7;
}
</style>
background-color css
<style>
a { background-color: #8EBCC7; }
a { background-color: rgb(142,188,199); }
div.DivClassName
{
background-color: #8EBCC7;
}
.BgClassName
{
background-color: #8EBCC7;
}
</style>
border-color css
<style>
span { border-color: #8EBCC7; }
span { border-color: rgb(142,188,199); }
td.TdClassName
{
border-color: #8EBCC7;
}
.TagClassName
{
border-color: #8EBCC7;
}
</style>