Shades of Botticelli #99AFB1
Tints of Botticelli #99AFB1
RGB
CMYK
RGB Variations
Color information
#99AFB1 (or 0x99AFB1) is known color: Botticelli. HEX triplet: 99, AF and B1. RGB value is (153,175,177). Sum of RGB (Red+Green+Blue) = 153+175+177=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 177 - color contains mainly: blue. Hex color #99AFB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AFB1 is #66504E. Grayscale: #A8A8A8. Windows color (decimal): -6705231 or 11644825. OLE color: 11644825.
HSL color Cylindrical-coordinate representation of color #99AFB1: hue angle of 185º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99AFB1 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 177 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.31 |
| HSL | 185º | 0.13% | 0.65% | - |
| HSV(B) | 185º | 0.14% | 0.69% | - |
| XYZ | 36.4 | 40.61 | 47.51 | - |
| YUV | 168.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 177 | 0.14 | 0.01 | 0 | 0.31 | 185 | 0.13 | 0.65 |
| Hex | 99 | AF | B1 | E | 1 | 0 | 1F | B9 | D | 41 |
| Octal | 231 | 257 | 261 | 16 | 1 | 0 | 37 | 271 | 15 | 101 |
| Binary | 10011001 | 10101111 | 10110001 | 1110 | 1 | 0 | 11111 | 10111001 | 1101 | 1000001 |
Color Harmonies of #99AFB1
Complementary color
Monochromatic Colors of #99AFB1
Black with #99AFB1
Text Example
Text Example
White with #99AFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AFB1; }
p { color: rgb(153,175,177); }
H1.HeaderClassName
{
color: #99AFB1;
}
.AnyTagClassName
{
color: #99AFB1;
}
</style>
background-color css
<style>
a { background-color: #99AFB1; }
a { background-color: rgb(153,175,177); }
div.DivClassName
{
background-color: #99AFB1;
}
.BgClassName
{
background-color: #99AFB1;
}
</style>
border-color css
<style>
span { border-color: #99AFB1; }
span { border-color: rgb(153,175,177); }
td.TdClassName
{
border-color: #99AFB1;
}
.TagClassName
{
border-color: #99AFB1;
}
</style>