#85AEB9

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

Shades of Botticelli #85AEB9

Tints of Botticelli #85AEB9

Color information

#85AEB9 (or 0x85AEB9) is unknown color: approx Botticelli. HEX triplet: 85, AE and B9. RGB value is (133,174,185). Sum of RGB (Red+Green+Blue) = 133+174+185=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 185 - color contains mainly: blue. Hex color #85AEB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AEB9 is #7A5146. Grayscale: #A2A2A2. Windows color (decimal): -8016199 or 12168837. OLE color: 12168837.

HSL color Cylindrical-coordinate representation of color #85AEB9: hue angle of 192.69º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85AEB9 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB133174185-
CMYK0.280.0600.27
HSL192.69º27.08%62.35%-
HSV(B)192.69º28.11%72.55%-
XYZ33.5738.7651.61-
YUV162.99140.42106.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.03%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 185 (72.66% from 255) = 37.60%
R=27.03%
G=35.37%
B=37.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331741850.280.0600.27192.6927.0862.35
Hex85AEB91C601Bc11b3e
Octal2052562713460333013376
Binary100001011010111010111001111001100110111100000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,174,185); }

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

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

 a { background-color: rgb(133,174,185); }

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

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

 span { border-color: rgb(133,174,185); }

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