Shades of Botticelli #8EBBC5
Tints of Botticelli #8EBBC5
RGB
CMYK
RGB Variations
Color information
#8EBBC5 (or 0x8EBBC5) is known color: Botticelli. HEX triplet: 8E, BB and C5. RGB value is (142,187,197). Sum of RGB (Red+Green+Blue) = 142+187+197=526 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.00% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 197 - color contains mainly: blue. Hex color #8EBBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBBC5 is #71443A. Grayscale: #AEAEAE. Windows color (decimal): -7423035 or 12958606. OLE color: 12958606.
HSL color Cylindrical-coordinate representation of color #8EBBC5: hue angle of 190.91º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EBBC5 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 187 | 197 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.23 |
| HSL | 190.91º | 0.32% | 0.66% | - |
| HSV(B) | 190.91º | 0.28% | 0.77% | - |
| XYZ | 39 | 45.32 | 59.52 | - |
| YUV | 174.69 | 140.59 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 187 | 197 | 0.28 | 0.05 | 0 | 0.23 | 190.91 | 0.32 | 0.66 |
| Hex | 8E | BB | C5 | 1C | 5 | 0 | 17 | BF | 20 | 42 |
| Octal | 216 | 273 | 305 | 34 | 5 | 0 | 27 | 277 | 40 | 102 |
| Binary | 10001110 | 10111011 | 11000101 | 11100 | 101 | 0 | 10111 | 10111111 | 100000 | 1000010 |
Color Harmonies of #8EBBC5
Complementary color
Monochromatic Colors of #8EBBC5
Black with #8EBBC5
Text Example
Text Example
White with #8EBBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBBC5; }
p { color: rgb(142,187,197); }
H1.HeaderClassName
{
color: #8EBBC5;
}
.AnyTagClassName
{
color: #8EBBC5;
}
</style>
background-color css
<style>
a { background-color: #8EBBC5; }
a { background-color: rgb(142,187,197); }
div.DivClassName
{
background-color: #8EBBC5;
}
.BgClassName
{
background-color: #8EBBC5;
}
</style>
border-color css
<style>
span { border-color: #8EBBC5; }
span { border-color: rgb(142,187,197); }
td.TdClassName
{
border-color: #8EBBC5;
}
.TagClassName
{
border-color: #8EBBC5;
}
</style>