Shades of Botticelli #8AADB9
Tints of Botticelli #8AADB9
RGB
CMYK
RGB Variations
Color information
#8AADB9 (or 0x8AADB9) is known color: Botticelli. HEX triplet: 8A, AD and B9. RGB value is (138,173,185). Sum of RGB (Red+Green+Blue) = 138+173+185=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 185 - color contains mainly: blue. Hex color #8AADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADB9 is #755246. Grayscale: #A3A3A3. Windows color (decimal): -7688775 or 12168586. OLE color: 12168586.
HSL color Cylindrical-coordinate representation of color #8AADB9: hue angle of 195.32º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8AADB9 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 173 | 185 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.27 |
| HSL | 195.32º | 0.25% | 0.63% | - |
| HSV(B) | 195.32º | 0.25% | 0.73% | - |
| XYZ | 34.18 | 38.79 | 51.59 | - |
| YUV | 163.9 | 139.9 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 185 | 0.25 | 0.06 | 0 | 0.27 | 195.32 | 0.25 | 0.63 |
| Hex | 8A | AD | B9 | 19 | 6 | 0 | 1B | C3 | 19 | 3F |
| Octal | 212 | 255 | 271 | 31 | 6 | 0 | 33 | 303 | 31 | 77 |
| Binary | 10001010 | 10101101 | 10111001 | 11001 | 110 | 0 | 11011 | 11000011 | 11001 | 111111 |
Color Harmonies of #8AADB9
Complementary color
Monochromatic Colors of #8AADB9
Black with #8AADB9
Text Example
Text Example
White with #8AADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AADB9; }
p { color: rgb(138,173,185); }
H1.HeaderClassName
{
color: #8AADB9;
}
.AnyTagClassName
{
color: #8AADB9;
}
</style>
background-color css
<style>
a { background-color: #8AADB9; }
a { background-color: rgb(138,173,185); }
div.DivClassName
{
background-color: #8AADB9;
}
.BgClassName
{
background-color: #8AADB9;
}
</style>
border-color css
<style>
span { border-color: #8AADB9; }
span { border-color: rgb(138,173,185); }
td.TdClassName
{
border-color: #8AADB9;
}
.TagClassName
{
border-color: #8AADB9;
}
</style>