Shades of Botticelli #85A8B4
Tints of Botticelli #85A8B4
RGB
CMYK
RGB Variations
Color information
#85A8B4 (or 0x85A8B4) is known color: Botticelli. HEX triplet: 85, A8 and B4. RGB value is (133,168,180). Sum of RGB (Red+Green+Blue) = 133+168+180=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 180 - color contains mainly: blue. Hex color #85A8B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A8B4 is #7A574B. Grayscale: #9E9E9E. Windows color (decimal): -8017740 or 11839621. OLE color: 11839621.
HSL color Cylindrical-coordinate representation of color #85A8B4: hue angle of 195.32º 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 #85A8B4 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 168 | 180 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.29 |
| HSL | 195.32º | 0.24% | 0.61% | - |
| HSV(B) | 195.32º | 0.26% | 0.71% | - |
| XYZ | 31.91 | 36.29 | 48.5 | - |
| YUV | 158.9 | 139.9 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 168 | 180 | 0.26 | 0.07 | 0 | 0.29 | 195.32 | 0.24 | 0.61 |
| Hex | 85 | A8 | B4 | 1A | 7 | 0 | 1D | C3 | 18 | 3D |
| Octal | 205 | 250 | 264 | 32 | 7 | 0 | 35 | 303 | 30 | 75 |
| Binary | 10000101 | 10101000 | 10110100 | 11010 | 111 | 0 | 11101 | 11000011 | 11000 | 111101 |
Color Harmonies of #85A8B4
Complementary color
Monochromatic Colors of #85A8B4
Black with #85A8B4
Text Example
Text Example
White with #85A8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A8B4; }
p { color: rgb(133,168,180); }
H1.HeaderClassName
{
color: #85A8B4;
}
.AnyTagClassName
{
color: #85A8B4;
}
</style>
background-color css
<style>
a { background-color: #85A8B4; }
a { background-color: rgb(133,168,180); }
div.DivClassName
{
background-color: #85A8B4;
}
.BgClassName
{
background-color: #85A8B4;
}
</style>
border-color css
<style>
span { border-color: #85A8B4; }
span { border-color: rgb(133,168,180); }
td.TdClassName
{
border-color: #85A8B4;
}
.TagClassName
{
border-color: #85A8B4;
}
</style>