Shades of Botticelli #90AFBC
Tints of Botticelli #90AFBC
RGB
CMYK
RGB Variations
Color information
#90AFBC (or 0x90AFBC) is known color: Botticelli. HEX triplet: 90, AF and BC. RGB value is (144,175,188). Sum of RGB (Red+Green+Blue) = 144+175+188=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #90AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AFBC is #6F5043. Grayscale: #A7A7A7. Windows color (decimal): -7295044 or 12365712. OLE color: 12365712.
HSL color Cylindrical-coordinate representation of color #90AFBC: hue angle of 197.73º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90AFBC is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 175 | 188 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.26 |
| HSL | 197.73º | 0.25% | 0.65% | - |
| HSV(B) | 197.73º | 0.23% | 0.74% | - |
| XYZ | 35.91 | 40.22 | 53.45 | - |
| YUV | 167.21 | 139.73 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 188 | 0.23 | 0.07 | 0 | 0.26 | 197.73 | 0.25 | 0.65 |
| Hex | 90 | AF | BC | 17 | 7 | 0 | 1A | C6 | 19 | 41 |
| Octal | 220 | 257 | 274 | 27 | 7 | 0 | 32 | 306 | 31 | 101 |
| Binary | 10010000 | 10101111 | 10111100 | 10111 | 111 | 0 | 11010 | 11000110 | 11001 | 1000001 |
Color Harmonies of #90AFBC
Complementary color
Monochromatic Colors of #90AFBC
Black with #90AFBC
Text Example
Text Example
White with #90AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AFBC; }
p { color: rgb(144,175,188); }
H1.HeaderClassName
{
color: #90AFBC;
}
.AnyTagClassName
{
color: #90AFBC;
}
</style>
background-color css
<style>
a { background-color: #90AFBC; }
a { background-color: rgb(144,175,188); }
div.DivClassName
{
background-color: #90AFBC;
}
.BgClassName
{
background-color: #90AFBC;
}
</style>
border-color css
<style>
span { border-color: #90AFBC; }
span { border-color: rgb(144,175,188); }
td.TdClassName
{
border-color: #90AFBC;
}
.TagClassName
{
border-color: #90AFBC;
}
</style>