Shades of Botticelli #9AADB5
Tints of Botticelli #9AADB5
RGB
CMYK
RGB Variations
Color information
#9AADB5 (or 0x9AADB5) is known color: Botticelli. HEX triplet: 9A, AD and B5. RGB value is (154,173,181). Sum of RGB (Red+Green+Blue) = 154+173+181=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 181 - color contains mainly: blue. Hex color #9AADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AADB5 is #65524A. Grayscale: #A8A8A8. Windows color (decimal): -6640203 or 11906458. OLE color: 11906458.
HSL color Cylindrical-coordinate representation of color #9AADB5: hue angle of 197.78º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9AADB5 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 173 | 181 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.29 |
| HSL | 197.78º | 0.15% | 0.66% | - |
| HSV(B) | 197.78º | 0.15% | 0.71% | - |
| XYZ | 36.61 | 40.09 | 49.53 | - |
| YUV | 168.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 173 | 181 | 0.15 | 0.04 | 0 | 0.29 | 197.78 | 0.15 | 0.66 |
| Hex | 9A | AD | B5 | F | 4 | 0 | 1D | C6 | F | 42 |
| Octal | 232 | 255 | 265 | 17 | 4 | 0 | 35 | 306 | 17 | 102 |
| Binary | 10011010 | 10101101 | 10110101 | 1111 | 100 | 0 | 11101 | 11000110 | 1111 | 1000010 |
Color Harmonies of #9AADB5
Complementary color
Monochromatic Colors of #9AADB5
Black with #9AADB5
Text Example
Text Example
White with #9AADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AADB5; }
p { color: rgb(154,173,181); }
H1.HeaderClassName
{
color: #9AADB5;
}
.AnyTagClassName
{
color: #9AADB5;
}
</style>
background-color css
<style>
a { background-color: #9AADB5; }
a { background-color: rgb(154,173,181); }
div.DivClassName
{
background-color: #9AADB5;
}
.BgClassName
{
background-color: #9AADB5;
}
</style>
border-color css
<style>
span { border-color: #9AADB5; }
span { border-color: rgb(154,173,181); }
td.TdClassName
{
border-color: #9AADB5;
}
.TagClassName
{
border-color: #9AADB5;
}
</style>