Shades of Botticelli #99AFB5
Tints of Botticelli #99AFB5
RGB
CMYK
RGB Variations
Color information
#99AFB5 (or 0x99AFB5) is known color: Botticelli. HEX triplet: 99, AF and B5. RGB value is (153,175,181). Sum of RGB (Red+Green+Blue) = 153+175+181=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 181 - color contains mainly: blue. Hex color #99AFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99AFB5 is #66504A. Grayscale: #A9A9A9. Windows color (decimal): -6705227 or 11906969. OLE color: 11906969.
HSL color Cylindrical-coordinate representation of color #99AFB5: hue angle of 192.86º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99AFB5 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 175 | 181 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.29 |
| HSL | 192.86º | 0.16% | 0.65% | - |
| HSV(B) | 192.86º | 0.15% | 0.71% | - |
| XYZ | 36.81 | 40.77 | 49.65 | - |
| YUV | 169.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 181 | 0.15 | 0.03 | 0 | 0.29 | 192.86 | 0.16 | 0.65 |
| Hex | 99 | AF | B5 | F | 3 | 0 | 1D | C1 | 10 | 41 |
| Octal | 231 | 257 | 265 | 17 | 3 | 0 | 35 | 301 | 20 | 101 |
| Binary | 10011001 | 10101111 | 10110101 | 1111 | 11 | 0 | 11101 | 11000001 | 10000 | 1000001 |
Color Harmonies of #99AFB5
Complementary color
Monochromatic Colors of #99AFB5
Black with #99AFB5
Text Example
Text Example
White with #99AFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AFB5; }
p { color: rgb(153,175,181); }
H1.HeaderClassName
{
color: #99AFB5;
}
.AnyTagClassName
{
color: #99AFB5;
}
</style>
background-color css
<style>
a { background-color: #99AFB5; }
a { background-color: rgb(153,175,181); }
div.DivClassName
{
background-color: #99AFB5;
}
.BgClassName
{
background-color: #99AFB5;
}
</style>
border-color css
<style>
span { border-color: #99AFB5; }
span { border-color: rgb(153,175,181); }
td.TdClassName
{
border-color: #99AFB5;
}
.TagClassName
{
border-color: #99AFB5;
}
</style>