Shades of Botticelli #8FADB3
Tints of Botticelli #8FADB3
RGB
CMYK
RGB Variations
Color information
#8FADB3 (or 0x8FADB3) is known color: Botticelli. HEX triplet: 8F, AD and B3. RGB value is (143,173,179). Sum of RGB (Red+Green+Blue) = 143+173+179=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 179 - color contains mainly: blue. Hex color #8FADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADB3 is #70524C. Grayscale: #A4A4A4. Windows color (decimal): -7361101 or 11775375. OLE color: 11775375.
HSL color Cylindrical-coordinate representation of color #8FADB3: hue angle of 190º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8FADB3 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 173 | 179 | - |
| CMYK | 0.20 | 0.03 | 0 | 0.30 |
| HSL | 190º | 0.19% | 0.63% | - |
| HSV(B) | 190º | 0.2% | 0.7% | - |
| XYZ | 34.41 | 38.98 | 48.36 | - |
| YUV | 164.71 | 136.06 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 179 | 0.20 | 0.03 | 0 | 0.30 | 190 | 0.19 | 0.63 |
| Hex | 8F | AD | B3 | 14 | 3 | 0 | 1E | BE | 13 | 3F |
| Octal | 217 | 255 | 263 | 24 | 3 | 0 | 36 | 276 | 23 | 77 |
| Binary | 10001111 | 10101101 | 10110011 | 10100 | 11 | 0 | 11110 | 10111110 | 10011 | 111111 |
Color Harmonies of #8FADB3
Complementary color
Monochromatic Colors of #8FADB3
Black with #8FADB3
Text Example
Text Example
White with #8FADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FADB3; }
p { color: rgb(143,173,179); }
H1.HeaderClassName
{
color: #8FADB3;
}
.AnyTagClassName
{
color: #8FADB3;
}
</style>
background-color css
<style>
a { background-color: #8FADB3; }
a { background-color: rgb(143,173,179); }
div.DivClassName
{
background-color: #8FADB3;
}
.BgClassName
{
background-color: #8FADB3;
}
</style>
border-color css
<style>
span { border-color: #8FADB3; }
span { border-color: rgb(143,173,179); }
td.TdClassName
{
border-color: #8FADB3;
}
.TagClassName
{
border-color: #8FADB3;
}
</style>