Shades of Botticelli #90AFB3
Tints of Botticelli #90AFB3
RGB
CMYK
RGB Variations
Color information
#90AFB3 (or 0x90AFB3) is known color: Botticelli. HEX triplet: 90, AF and B3. RGB value is (144,175,179). Sum of RGB (Red+Green+Blue) = 144+175+179=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 179 - color contains mainly: blue. Hex color #90AFB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFB3 is #6F504C. Grayscale: #A6A6A6. Windows color (decimal): -7295053 or 11775888. OLE color: 11775888.
HSL color Cylindrical-coordinate representation of color #90AFB3: hue angle of 186.86º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90AFB3 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 175 | 179 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.30 |
| HSL | 186.86º | 0.19% | 0.63% | - |
| HSV(B) | 186.86º | 0.2% | 0.7% | - |
| XYZ | 34.97 | 39.84 | 48.5 | - |
| YUV | 166.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 179 | 0.20 | 0.02 | 0 | 0.30 | 186.86 | 0.19 | 0.63 |
| Hex | 90 | AF | B3 | 14 | 2 | 0 | 1E | BB | 13 | 3F |
| Octal | 220 | 257 | 263 | 24 | 2 | 0 | 36 | 273 | 23 | 77 |
| Binary | 10010000 | 10101111 | 10110011 | 10100 | 10 | 0 | 11110 | 10111011 | 10011 | 111111 |
Color Harmonies of #90AFB3
Complementary color
Monochromatic Colors of #90AFB3
Black with #90AFB3
Text Example
Text Example
White with #90AFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AFB3; }
p { color: rgb(144,175,179); }
H1.HeaderClassName
{
color: #90AFB3;
}
.AnyTagClassName
{
color: #90AFB3;
}
</style>
background-color css
<style>
a { background-color: #90AFB3; }
a { background-color: rgb(144,175,179); }
div.DivClassName
{
background-color: #90AFB3;
}
.BgClassName
{
background-color: #90AFB3;
}
</style>
border-color css
<style>
span { border-color: #90AFB3; }
span { border-color: rgb(144,175,179); }
td.TdClassName
{
border-color: #90AFB3;
}
.TagClassName
{
border-color: #90AFB3;
}
</style>