Shades of Botticelli #90AFB4
Tints of Botticelli #90AFB4
RGB
CMYK
RGB Variations
Color information
#90AFB4 (or 0x90AFB4) is known color: Botticelli. HEX triplet: 90, AF and B4. RGB value is (144,175,180). Sum of RGB (Red+Green+Blue) = 144+175+180=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 180 - color contains mainly: blue. Hex color #90AFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFB4 is #6F504B. Grayscale: #A6A6A6. Windows color (decimal): -7295052 or 11841424. OLE color: 11841424.
HSL color Cylindrical-coordinate representation of color #90AFB4: hue angle of 188.33º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90AFB4 is Cyan = 0.2, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 175 | 180 | - |
| CMYK | 0.2 | 0.03 | 0 | 0.29 |
| HSL | 188.33º | 0.19% | 0.64% | - |
| HSV(B) | 188.33º | 0.2% | 0.71% | - |
| XYZ | 35.07 | 39.88 | 49.03 | - |
| YUV | 166.3 | 135.73 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 180 | 0.2 | 0.03 | 0 | 0.29 | 188.33 | 0.19 | 0.64 |
| Hex | 90 | AF | B4 | 14 | 3 | 0 | 1D | BC | 13 | 40 |
| Octal | 220 | 257 | 264 | 24 | 3 | 0 | 35 | 274 | 23 | 100 |
| Binary | 10010000 | 10101111 | 10110100 | 10100 | 11 | 0 | 11101 | 10111100 | 10011 | 1000000 |
Color Harmonies of #90AFB4
Complementary color
Monochromatic Colors of #90AFB4
Black with #90AFB4
Text Example
Text Example
White with #90AFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AFB4; }
p { color: rgb(144,175,180); }
H1.HeaderClassName
{
color: #90AFB4;
}
.AnyTagClassName
{
color: #90AFB4;
}
</style>
background-color css
<style>
a { background-color: #90AFB4; }
a { background-color: rgb(144,175,180); }
div.DivClassName
{
background-color: #90AFB4;
}
.BgClassName
{
background-color: #90AFB4;
}
</style>
border-color css
<style>
span { border-color: #90AFB4; }
span { border-color: rgb(144,175,180); }
td.TdClassName
{
border-color: #90AFB4;
}
.TagClassName
{
border-color: #90AFB4;
}
</style>