Shades of Botticelli #9AADAF
Tints of Botticelli #9AADAF
RGB
CMYK
RGB Variations
Color information
#9AADAF (or 0x9AADAF) is known color: Botticelli. HEX triplet: 9A, AD and AF. RGB value is (154,173,175). Sum of RGB (Red+Green+Blue) = 154+173+175=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 175 - color contains mainly: blue. Hex color #9AADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AADAF is #655250. Grayscale: #A7A7A7. Windows color (decimal): -6640209 or 11513242. OLE color: 11513242.
HSL color Cylindrical-coordinate representation of color #9AADAF: hue angle of 185.71º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9AADAF is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 154 | 173 | 175 | - |
CMYK | 0.12 | 0.01 | 0 | 0.31 |
HSL | 185.71º | 0.12% | 0.65% | - |
HSV(B) | 185.71º | 0.12% | 0.69% | - |
XYZ | 36.01 | 39.85 | 46.35 | - |
YUV | 167.55 | 132.21 | 118.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 154 | 173 | 175 | 0.12 | 0.01 | 0 | 0.31 | 185.71 | 0.12 | 0.65 |
Hex | 9A | AD | AF | C | 1 | 0 | 1F | BA | C | 41 |
Octal | 232 | 255 | 257 | 14 | 1 | 0 | 37 | 272 | 14 | 101 |
Binary | 10011010 | 10101101 | 10101111 | 1100 | 1 | 0 | 11111 | 10111010 | 1100 | 1000001 |
Color Harmonies of #9AADAF
Complementary color
Monochromatic Colors of #9AADAF
Black with #9AADAF
Text Example
Text Example
White with #9AADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AADAF; }
p { color: rgb(154,173,175); }
H1.HeaderClassName
{
color: #9AADAF;
}
.AnyTagClassName
{
color: #9AADAF;
}
</style>
background-color css
<style>
a { background-color: #9AADAF; }
a { background-color: rgb(154,173,175); }
div.DivClassName
{
background-color: #9AADAF;
}
.BgClassName
{
background-color: #9AADAF;
}
</style>
border-color css
<style>
span { border-color: #9AADAF; }
span { border-color: rgb(154,173,175); }
td.TdClassName
{
border-color: #9AADAF;
}
.TagClassName
{
border-color: #9AADAF;
}
</style>