Shades of Botticelli #90AFBA
Tints of Botticelli #90AFBA
RGB
CMYK
RGB Variations
Color information
#90AFBA (or 0x90AFBA) is known color: Botticelli. HEX triplet: 90, AF and BA. RGB value is (144,175,186). Sum of RGB (Red+Green+Blue) = 144+175+186=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #90AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFBA is #6F5045. Grayscale: #A6A6A6. Windows color (decimal): -7295046 or 12234640. OLE color: 12234640.
HSL color Cylindrical-coordinate representation of color #90AFBA: hue angle of 195.71º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90AFBA is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 175 | 186 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.27 |
| HSL | 195.71º | 0.23% | 0.65% | - |
| HSV(B) | 195.71º | 0.23% | 0.73% | - |
| XYZ | 35.69 | 40.13 | 52.32 | - |
| YUV | 166.99 | 138.73 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 186 | 0.23 | 0.06 | 0 | 0.27 | 195.71 | 0.23 | 0.65 |
| Hex | 90 | AF | BA | 17 | 6 | 0 | 1B | C4 | 17 | 41 |
| Octal | 220 | 257 | 272 | 27 | 6 | 0 | 33 | 304 | 27 | 101 |
| Binary | 10010000 | 10101111 | 10111010 | 10111 | 110 | 0 | 11011 | 11000100 | 10111 | 1000001 |
Color Harmonies of #90AFBA
Complementary color
Monochromatic Colors of #90AFBA
Black with #90AFBA
Text Example
Text Example
White with #90AFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AFBA; }
p { color: rgb(144,175,186); }
H1.HeaderClassName
{
color: #90AFBA;
}
.AnyTagClassName
{
color: #90AFBA;
}
</style>
background-color css
<style>
a { background-color: #90AFBA; }
a { background-color: rgb(144,175,186); }
div.DivClassName
{
background-color: #90AFBA;
}
.BgClassName
{
background-color: #90AFBA;
}
</style>
border-color css
<style>
span { border-color: #90AFBA; }
span { border-color: rgb(144,175,186); }
td.TdClassName
{
border-color: #90AFBA;
}
.TagClassName
{
border-color: #90AFBA;
}
</style>