#85AAB4

Color #85AAB4 Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #85AAB4

Tints of Botticelli #85AAB4

Color information

#85AAB4 (or 0x85AAB4) is unknown color: approx Botticelli. HEX triplet: 85, AA and B4. RGB value is (133,170,180). Sum of RGB (Red+Green+Blue) = 133+170+180=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 180 - color contains mainly: blue. Hex color #85AAB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AAB4 is #7A554B. Grayscale: #A0A0A0. Windows color (decimal): -8017228 or 11840133. OLE color: 11840133.

HSL color Cylindrical-coordinate representation of color #85AAB4: hue angle of 192.77º 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 #85AAB4 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB133170180-
CMYK0.260.0600.29
HSL192.77º23.86%61.37%-
HSV(B)192.77º26.11%70.59%-
XYZ32.2937.0348.63-
YUV160.08139.24108.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 27.54%
GREEN value IS 170 (66.80% from 255) = 35.20%
BLUE value IS 180 (70.70% from 255) = 37.27%
R=27.54%
G=35.20%
B=37.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331701800.260.0600.29192.7723.8661.37
Hex85AAB41A601Dc1183d
Octal2052522643260353013075
Binary100001011010101010110100110101100111011100000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85AAB4; }

 p { color: rgb(133,170,180); }

 H1.HeaderClassName
 {
   color: #85AAB4;
 }
 .AnyTagClassName
 {
   color: #85AAB4;
 }
</style>
background-color css

<style>
 a { background-color: #85AAB4; }

 a { background-color: rgb(133,170,180); }

 div.DivClassName
 {
   background-color: #85AAB4;
 }
 .BgClassName
 {
   background-color: #85AAB4;
 }
</style>
border-color css

<style>
 span { border-color: #85AAB4; }

 span { border-color: rgb(133,170,180); }

 td.TdClassName
 {
   border-color: #85AAB4;
 }
 .TagClassName
 {
   border-color: #85AAB4;
 }
</style>