Shades of Botticelli #8CAFB6
Tints of Botticelli #8CAFB6
RGB
CMYK
RGB Variations
Color information
#8CAFB6 (or 0x8CAFB6) is known color: Botticelli. HEX triplet: 8C, AF and B6. RGB value is (140,175,182). Sum of RGB (Red+Green+Blue) = 140+175+182=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 182 - color contains mainly: blue. Hex color #8CAFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFB6 is #735049. Grayscale: #A5A5A5. Windows color (decimal): -7557194 or 11972492. OLE color: 11972492.
HSL color Cylindrical-coordinate representation of color #8CAFB6: hue angle of 190º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CAFB6 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 175 | 182 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.29 |
| HSL | 190º | 0.22% | 0.63% | - |
| HSV(B) | 190º | 0.23% | 0.71% | - |
| XYZ | 34.59 | 39.61 | 50.08 | - |
| YUV | 165.33 | 137.4 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 182 | 0.23 | 0.04 | 0 | 0.29 | 190 | 0.22 | 0.63 |
| Hex | 8C | AF | B6 | 17 | 4 | 0 | 1D | BE | 16 | 3F |
| Octal | 214 | 257 | 266 | 27 | 4 | 0 | 35 | 276 | 26 | 77 |
| Binary | 10001100 | 10101111 | 10110110 | 10111 | 100 | 0 | 11101 | 10111110 | 10110 | 111111 |
Color Harmonies of #8CAFB6
Complementary color
Monochromatic Colors of #8CAFB6
Black with #8CAFB6
Text Example
Text Example
White with #8CAFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAFB6; }
p { color: rgb(140,175,182); }
H1.HeaderClassName
{
color: #8CAFB6;
}
.AnyTagClassName
{
color: #8CAFB6;
}
</style>
background-color css
<style>
a { background-color: #8CAFB6; }
a { background-color: rgb(140,175,182); }
div.DivClassName
{
background-color: #8CAFB6;
}
.BgClassName
{
background-color: #8CAFB6;
}
</style>
border-color css
<style>
span { border-color: #8CAFB6; }
span { border-color: rgb(140,175,182); }
td.TdClassName
{
border-color: #8CAFB6;
}
.TagClassName
{
border-color: #8CAFB6;
}
</style>