Shades of Botticelli #8CAFB7
Tints of Botticelli #8CAFB7
RGB
CMYK
RGB Variations
Color information
#8CAFB7 (or 0x8CAFB7) is known color: Botticelli. HEX triplet: 8C, AF and B7. RGB value is (140,175,183). Sum of RGB (Red+Green+Blue) = 140+175+183=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 183 - color contains mainly: blue. Hex color #8CAFB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFB7 is #735048. Grayscale: #A5A5A5. Windows color (decimal): -7557193 or 12038028. OLE color: 12038028.
HSL color Cylindrical-coordinate representation of color #8CAFB7: hue angle of 191.16º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CAFB7 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 175 | 183 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.28 |
| HSL | 191.16º | 0.23% | 0.63% | - |
| HSV(B) | 191.16º | 0.23% | 0.72% | - |
| XYZ | 34.69 | 39.65 | 50.63 | - |
| YUV | 165.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 183 | 0.23 | 0.04 | 0 | 0.28 | 191.16 | 0.23 | 0.63 |
| Hex | 8C | AF | B7 | 17 | 4 | 0 | 1C | BF | 17 | 3F |
| Octal | 214 | 257 | 267 | 27 | 4 | 0 | 34 | 277 | 27 | 77 |
| Binary | 10001100 | 10101111 | 10110111 | 10111 | 100 | 0 | 11100 | 10111111 | 10111 | 111111 |
Color Harmonies of #8CAFB7
Complementary color
Monochromatic Colors of #8CAFB7
Black with #8CAFB7
Text Example
Text Example
White with #8CAFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAFB7; }
p { color: rgb(140,175,183); }
H1.HeaderClassName
{
color: #8CAFB7;
}
.AnyTagClassName
{
color: #8CAFB7;
}
</style>
background-color css
<style>
a { background-color: #8CAFB7; }
a { background-color: rgb(140,175,183); }
div.DivClassName
{
background-color: #8CAFB7;
}
.BgClassName
{
background-color: #8CAFB7;
}
</style>
border-color css
<style>
span { border-color: #8CAFB7; }
span { border-color: rgb(140,175,183); }
td.TdClassName
{
border-color: #8CAFB7;
}
.TagClassName
{
border-color: #8CAFB7;
}
</style>