Shades of Botticelli #89AFBC
Tints of Botticelli #89AFBC
RGB
CMYK
RGB Variations
Color information
#89AFBC (or 0x89AFBC) is known color: Botticelli. HEX triplet: 89, AF and BC. RGB value is (137,175,188). Sum of RGB (Red+Green+Blue) = 137+175+188=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 188 - color contains mainly: blue. Hex color #89AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AFBC is #765043. Grayscale: #A5A5A5. Windows color (decimal): -7753796 or 12365705. OLE color: 12365705.
HSL color Cylindrical-coordinate representation of color #89AFBC: hue angle of 195.29º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89AFBC is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 175 | 188 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.26 |
| HSL | 195.29º | 0.28% | 0.64% | - |
| HSV(B) | 195.29º | 0.27% | 0.74% | - |
| XYZ | 34.72 | 39.61 | 53.39 | - |
| YUV | 165.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 175 | 188 | 0.27 | 0.07 | 0 | 0.26 | 195.29 | 0.28 | 0.64 |
| Hex | 89 | AF | BC | 1B | 7 | 0 | 1A | C3 | 1C | 40 |
| Octal | 211 | 257 | 274 | 33 | 7 | 0 | 32 | 303 | 34 | 100 |
| Binary | 10001001 | 10101111 | 10111100 | 11011 | 111 | 0 | 11010 | 11000011 | 11100 | 1000000 |
Color Harmonies of #89AFBC
Complementary color
Monochromatic Colors of #89AFBC
Black with #89AFBC
Text Example
Text Example
White with #89AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AFBC; }
p { color: rgb(137,175,188); }
H1.HeaderClassName
{
color: #89AFBC;
}
.AnyTagClassName
{
color: #89AFBC;
}
</style>
background-color css
<style>
a { background-color: #89AFBC; }
a { background-color: rgb(137,175,188); }
div.DivClassName
{
background-color: #89AFBC;
}
.BgClassName
{
background-color: #89AFBC;
}
</style>
border-color css
<style>
span { border-color: #89AFBC; }
span { border-color: rgb(137,175,188); }
td.TdClassName
{
border-color: #89AFBC;
}
.TagClassName
{
border-color: #89AFBC;
}
</style>