Shades of Botticelli #8FAFB5
Tints of Botticelli #8FAFB5
RGB
CMYK
RGB Variations
Color information
#8FAFB5 (or 0x8FAFB5) is known color: Botticelli. HEX triplet: 8F, AF and B5. RGB value is (143,175,181). Sum of RGB (Red+Green+Blue) = 143+175+181=499 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.66% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 181 - color contains mainly: blue. Hex color #8FAFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAFB5 is #70504A. Grayscale: #A6A6A6. Windows color (decimal): -7360587 or 11906959. OLE color: 11906959.
HSL color Cylindrical-coordinate representation of color #8FAFB5: hue angle of 189.47º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8FAFB5 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 175 | 181 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.29 |
| HSL | 189.47º | 0.2% | 0.64% | - |
| HSV(B) | 189.47º | 0.21% | 0.71% | - |
| XYZ | 35 | 39.84 | 49.56 | - |
| YUV | 166.12 | 136.4 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 181 | 0.21 | 0.03 | 0 | 0.29 | 189.47 | 0.2 | 0.64 |
| Hex | 8F | AF | B5 | 15 | 3 | 0 | 1D | BD | 14 | 40 |
| Octal | 217 | 257 | 265 | 25 | 3 | 0 | 35 | 275 | 24 | 100 |
| Binary | 10001111 | 10101111 | 10110101 | 10101 | 11 | 0 | 11101 | 10111101 | 10100 | 1000000 |
Color Harmonies of #8FAFB5
Complementary color
Monochromatic Colors of #8FAFB5
Black with #8FAFB5
Text Example
Text Example
White with #8FAFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAFB5; }
p { color: rgb(143,175,181); }
H1.HeaderClassName
{
color: #8FAFB5;
}
.AnyTagClassName
{
color: #8FAFB5;
}
</style>
background-color css
<style>
a { background-color: #8FAFB5; }
a { background-color: rgb(143,175,181); }
div.DivClassName
{
background-color: #8FAFB5;
}
.BgClassName
{
background-color: #8FAFB5;
}
</style>
border-color css
<style>
span { border-color: #8FAFB5; }
span { border-color: rgb(143,175,181); }
td.TdClassName
{
border-color: #8FAFB5;
}
.TagClassName
{
border-color: #8FAFB5;
}
</style>