Shades of Botticelli #9AB1B3
Tints of Botticelli #9AB1B3
RGB
CMYK
RGB Variations
Color information
#9AB1B3 (or 0x9AB1B3) is known color: Botticelli. HEX triplet: 9A, B1 and B3. RGB value is (154,177,179). Sum of RGB (Red+Green+Blue) = 154+177+179=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 179 - color contains mainly: blue. Hex color #9AB1B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB1B3 is #654E4C. Grayscale: #AAAAAA. Windows color (decimal): -6639181 or 11776410. OLE color: 11776410.
HSL color Cylindrical-coordinate representation of color #9AB1B3: hue angle of 184.8º 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 #9AB1B3 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 177 | 179 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.30 |
| HSL | 184.8º | 0.14% | 0.65% | - |
| HSV(B) | 184.8º | 0.14% | 0.7% | - |
| XYZ | 37.19 | 41.57 | 48.71 | - |
| YUV | 170.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 177 | 179 | 0.14 | 0.01 | 0 | 0.30 | 184.8 | 0.14 | 0.65 |
| Hex | 9A | B1 | B3 | E | 1 | 0 | 1E | B9 | E | 41 |
| Octal | 232 | 261 | 263 | 16 | 1 | 0 | 36 | 271 | 16 | 101 |
| Binary | 10011010 | 10110001 | 10110011 | 1110 | 1 | 0 | 11110 | 10111001 | 1110 | 1000001 |
Color Harmonies of #9AB1B3
Complementary color
Monochromatic Colors of #9AB1B3
Black with #9AB1B3
Text Example
Text Example
White with #9AB1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB1B3; }
p { color: rgb(154,177,179); }
H1.HeaderClassName
{
color: #9AB1B3;
}
.AnyTagClassName
{
color: #9AB1B3;
}
</style>
background-color css
<style>
a { background-color: #9AB1B3; }
a { background-color: rgb(154,177,179); }
div.DivClassName
{
background-color: #9AB1B3;
}
.BgClassName
{
background-color: #9AB1B3;
}
</style>
border-color css
<style>
span { border-color: #9AB1B3; }
span { border-color: rgb(154,177,179); }
td.TdClassName
{
border-color: #9AB1B3;
}
.TagClassName
{
border-color: #9AB1B3;
}
</style>