Shades of Botticelli #9AADB3
Tints of Botticelli #9AADB3
RGB
CMYK
RGB Variations
Color information
#9AADB3 (or 0x9AADB3) is known color: Botticelli. HEX triplet: 9A, AD and B3. RGB value is (154,173,179). Sum of RGB (Red+Green+Blue) = 154+173+179=506 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.43% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 179 - color contains mainly: blue. Hex color #9AADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AADB3 is #65524C. Grayscale: #A7A7A7. Windows color (decimal): -6640205 or 11775386. OLE color: 11775386.
HSL color Cylindrical-coordinate representation of color #9AADB3: hue angle of 194.4º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9AADB3 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 173 | 179 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.30 |
| HSL | 194.4º | 0.14% | 0.65% | - |
| HSV(B) | 194.4º | 0.14% | 0.7% | - |
| XYZ | 36.41 | 40.01 | 48.45 | - |
| YUV | 168 | 134.21 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 173 | 179 | 0.14 | 0.03 | 0 | 0.30 | 194.4 | 0.14 | 0.65 |
| Hex | 9A | AD | B3 | E | 3 | 0 | 1E | C2 | E | 41 |
| Octal | 232 | 255 | 263 | 16 | 3 | 0 | 36 | 302 | 16 | 101 |
| Binary | 10011010 | 10101101 | 10110011 | 1110 | 11 | 0 | 11110 | 11000010 | 1110 | 1000001 |
Color Harmonies of #9AADB3
Complementary color
Monochromatic Colors of #9AADB3
Black with #9AADB3
Text Example
Text Example
White with #9AADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AADB3; }
p { color: rgb(154,173,179); }
H1.HeaderClassName
{
color: #9AADB3;
}
.AnyTagClassName
{
color: #9AADB3;
}
</style>
background-color css
<style>
a { background-color: #9AADB3; }
a { background-color: rgb(154,173,179); }
div.DivClassName
{
background-color: #9AADB3;
}
.BgClassName
{
background-color: #9AADB3;
}
</style>
border-color css
<style>
span { border-color: #9AADB3; }
span { border-color: rgb(154,173,179); }
td.TdClassName
{
border-color: #9AADB3;
}
.TagClassName
{
border-color: #9AADB3;
}
</style>