Shades of Botticelli #85A9B4
Tints of Botticelli #85A9B4
RGB
CMYK
RGB Variations
Color information
#85A9B4 (or 0x85A9B4) is known color: Botticelli. HEX triplet: 85, A9 and B4. RGB value is (133,169,180). Sum of RGB (Red+Green+Blue) = 133+169+180=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 180 - color contains mainly: blue. Hex color #85A9B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A9B4 is #7A564B. Grayscale: #9F9F9F. Windows color (decimal): -8017484 or 11839877. OLE color: 11839877.
HSL color Cylindrical-coordinate representation of color #85A9B4: hue angle of 194.04º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85A9B4 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 169 | 180 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.29 |
| HSL | 194.04º | 0.24% | 0.61% | - |
| HSV(B) | 194.04º | 0.26% | 0.71% | - |
| XYZ | 32.1 | 36.66 | 48.56 | - |
| YUV | 159.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 169 | 180 | 0.26 | 0.06 | 0 | 0.29 | 194.04 | 0.24 | 0.61 |
| Hex | 85 | A9 | B4 | 1A | 6 | 0 | 1D | C2 | 18 | 3D |
| Octal | 205 | 251 | 264 | 32 | 6 | 0 | 35 | 302 | 30 | 75 |
| Binary | 10000101 | 10101001 | 10110100 | 11010 | 110 | 0 | 11101 | 11000010 | 11000 | 111101 |
Color Harmonies of #85A9B4
Complementary color
Monochromatic Colors of #85A9B4
Black with #85A9B4
Text Example
Text Example
White with #85A9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A9B4; }
p { color: rgb(133,169,180); }
H1.HeaderClassName
{
color: #85A9B4;
}
.AnyTagClassName
{
color: #85A9B4;
}
</style>
background-color css
<style>
a { background-color: #85A9B4; }
a { background-color: rgb(133,169,180); }
div.DivClassName
{
background-color: #85A9B4;
}
.BgClassName
{
background-color: #85A9B4;
}
</style>
border-color css
<style>
span { border-color: #85A9B4; }
span { border-color: rgb(133,169,180); }
td.TdClassName
{
border-color: #85A9B4;
}
.TagClassName
{
border-color: #85A9B4;
}
</style>