Shades of Botticelli #8CAFBD
Tints of Botticelli #8CAFBD
RGB
CMYK
RGB Variations
Color information
#8CAFBD (or 0x8CAFBD) is known color: Botticelli. HEX triplet: 8C, AF and BD. RGB value is (140,175,189). Sum of RGB (Red+Green+Blue) = 140+175+189=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #8CAFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFBD is #735042. Grayscale: #A6A6A6. Windows color (decimal): -7557187 or 12431244. OLE color: 12431244.
HSL color Cylindrical-coordinate representation of color #8CAFBD: hue angle of 197.14º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CAFBD is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 175 | 189 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.26 |
| HSL | 197.14º | 0.27% | 0.65% | - |
| HSV(B) | 197.14º | 0.26% | 0.74% | - |
| XYZ | 35.33 | 39.91 | 53.99 | - |
| YUV | 166.13 | 140.9 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 189 | 0.26 | 0.07 | 0 | 0.26 | 197.14 | 0.27 | 0.65 |
| Hex | 8C | AF | BD | 1A | 7 | 0 | 1A | C5 | 1B | 41 |
| Octal | 214 | 257 | 275 | 32 | 7 | 0 | 32 | 305 | 33 | 101 |
| Binary | 10001100 | 10101111 | 10111101 | 11010 | 111 | 0 | 11010 | 11000101 | 11011 | 1000001 |
Color Harmonies of #8CAFBD
Complementary color
Monochromatic Colors of #8CAFBD
Black with #8CAFBD
Text Example
Text Example
White with #8CAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAFBD; }
p { color: rgb(140,175,189); }
H1.HeaderClassName
{
color: #8CAFBD;
}
.AnyTagClassName
{
color: #8CAFBD;
}
</style>
background-color css
<style>
a { background-color: #8CAFBD; }
a { background-color: rgb(140,175,189); }
div.DivClassName
{
background-color: #8CAFBD;
}
.BgClassName
{
background-color: #8CAFBD;
}
</style>
border-color css
<style>
span { border-color: #8CAFBD; }
span { border-color: rgb(140,175,189); }
td.TdClassName
{
border-color: #8CAFBD;
}
.TagClassName
{
border-color: #8CAFBD;
}
</style>