Shades of Botticelli #8EB6B7
Tints of Botticelli #8EB6B7
RGB
CMYK
RGB Variations
Color information
#8EB6B7 (or 0x8EB6B7) is known color: Botticelli. HEX triplet: 8E, B6 and B7. RGB value is (142,182,183). Sum of RGB (Red+Green+Blue) = 142+182+183=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 183 - color contains mainly: blue. Hex color #8EB6B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EB6B7 is #714948. Grayscale: #AAAAAA. Windows color (decimal): -7424329 or 12039822. OLE color: 12039822.
HSL color Cylindrical-coordinate representation of color #8EB6B7: hue angle of 181.46º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8EB6B7 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 142 | 182 | 183 | - |
CMYK | 0.22 | 0.01 | 0 | 0.28 |
HSL | 181.46º | 0.22% | 0.64% | - |
HSV(B) | 181.46º | 0.22% | 0.72% | - |
XYZ | 36.43 | 42.63 | 51.11 | - |
YUV | 170.15 | 135.25 | 107.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 142 | 182 | 183 | 0.22 | 0.01 | 0 | 0.28 | 181.46 | 0.22 | 0.64 |
Hex | 8E | B6 | B7 | 16 | 1 | 0 | 1C | B5 | 16 | 40 |
Octal | 216 | 266 | 267 | 26 | 1 | 0 | 34 | 265 | 26 | 100 |
Binary | 10001110 | 10110110 | 10110111 | 10110 | 1 | 0 | 11100 | 10110101 | 10110 | 1000000 |
Color Harmonies of #8EB6B7
Complementary color
Monochromatic Colors of #8EB6B7
Black with #8EB6B7
Text Example
Text Example
White with #8EB6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB6B7; }
p { color: rgb(142,182,183); }
H1.HeaderClassName
{
color: #8EB6B7;
}
.AnyTagClassName
{
color: #8EB6B7;
}
</style>
background-color css
<style>
a { background-color: #8EB6B7; }
a { background-color: rgb(142,182,183); }
div.DivClassName
{
background-color: #8EB6B7;
}
.BgClassName
{
background-color: #8EB6B7;
}
</style>
border-color css
<style>
span { border-color: #8EB6B7; }
span { border-color: rgb(142,182,183); }
td.TdClassName
{
border-color: #8EB6B7;
}
.TagClassName
{
border-color: #8EB6B7;
}
</style>