Shades of Botticelli #8EB6C2
Tints of Botticelli #8EB6C2
RGB
CMYK
RGB Variations
Color information
#8EB6C2 (or 0x8EB6C2) is known color: Botticelli. HEX triplet: 8E, B6 and C2. RGB value is (142,182,194). Sum of RGB (Red+Green+Blue) = 142+182+194=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 194 - color contains mainly: blue. Hex color #8EB6C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB6C2 is #71493D. Grayscale: #ABABAB. Windows color (decimal): -7424318 or 12760718. OLE color: 12760718.
HSL color Cylindrical-coordinate representation of color #8EB6C2: hue angle of 193.85º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8EB6C2 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 182 | 194 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.24 |
| HSL | 193.85º | 0.3% | 0.66% | - |
| HSV(B) | 193.85º | 0.27% | 0.76% | - |
| XYZ | 37.62 | 43.1 | 57.38 | - |
| YUV | 171.41 | 140.75 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 182 | 194 | 0.27 | 0.06 | 0 | 0.24 | 193.85 | 0.3 | 0.66 |
| Hex | 8E | B6 | C2 | 1B | 6 | 0 | 18 | C2 | 1E | 42 |
| Octal | 216 | 266 | 302 | 33 | 6 | 0 | 30 | 302 | 36 | 102 |
| Binary | 10001110 | 10110110 | 11000010 | 11011 | 110 | 0 | 11000 | 11000010 | 11110 | 1000010 |
Color Harmonies of #8EB6C2
Complementary color
Monochromatic Colors of #8EB6C2
Black with #8EB6C2
Text Example
Text Example
White with #8EB6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB6C2; }
p { color: rgb(142,182,194); }
H1.HeaderClassName
{
color: #8EB6C2;
}
.AnyTagClassName
{
color: #8EB6C2;
}
</style>
background-color css
<style>
a { background-color: #8EB6C2; }
a { background-color: rgb(142,182,194); }
div.DivClassName
{
background-color: #8EB6C2;
}
.BgClassName
{
background-color: #8EB6C2;
}
</style>
border-color css
<style>
span { border-color: #8EB6C2; }
span { border-color: rgb(142,182,194); }
td.TdClassName
{
border-color: #8EB6C2;
}
.TagClassName
{
border-color: #8EB6C2;
}
</style>