Shades of Botticelli #8EBBC1
Tints of Botticelli #8EBBC1
RGB
CMYK
RGB Variations
Color information
#8EBBC1 (or 0x8EBBC1) is known color: Botticelli. HEX triplet: 8E, BB and C1. RGB value is (142,187,193). Sum of RGB (Red+Green+Blue) = 142+187+193=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 193 - color contains mainly: blue. Hex color #8EBBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBBC1 is #71443E. Grayscale: #AEAEAE. Windows color (decimal): -7423039 or 12696462. OLE color: 12696462.
HSL color Cylindrical-coordinate representation of color #8EBBC1: hue angle of 187.06º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8EBBC1 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 187 | 193 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.24 |
| HSL | 187.06º | 0.29% | 0.66% | - |
| HSV(B) | 187.06º | 0.26% | 0.76% | - |
| XYZ | 38.55 | 45.14 | 57.13 | - |
| YUV | 174.23 | 138.59 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 187 | 193 | 0.26 | 0.03 | 0 | 0.24 | 187.06 | 0.29 | 0.66 |
| Hex | 8E | BB | C1 | 1A | 3 | 0 | 18 | BB | 1D | 42 |
| Octal | 216 | 273 | 301 | 32 | 3 | 0 | 30 | 273 | 35 | 102 |
| Binary | 10001110 | 10111011 | 11000001 | 11010 | 11 | 0 | 11000 | 10111011 | 11101 | 1000010 |
Color Harmonies of #8EBBC1
Complementary color
Monochromatic Colors of #8EBBC1
Black with #8EBBC1
Text Example
Text Example
White with #8EBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBBC1; }
p { color: rgb(142,187,193); }
H1.HeaderClassName
{
color: #8EBBC1;
}
.AnyTagClassName
{
color: #8EBBC1;
}
</style>
background-color css
<style>
a { background-color: #8EBBC1; }
a { background-color: rgb(142,187,193); }
div.DivClassName
{
background-color: #8EBBC1;
}
.BgClassName
{
background-color: #8EBBC1;
}
</style>
border-color css
<style>
span { border-color: #8EBBC1; }
span { border-color: rgb(142,187,193); }
td.TdClassName
{
border-color: #8EBBC1;
}
.TagClassName
{
border-color: #8EBBC1;
}
</style>