#85AABA

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

Shades of Botticelli #85AABA

Tints of Botticelli #85AABA

Color information

#85AABA (or 0x85AABA) is unknown color: approx Botticelli. HEX triplet: 85, AA and BA. RGB value is (133,170,186). Sum of RGB (Red+Green+Blue) = 133+170+186=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #85AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AABA is #7A5545. Grayscale: #A0A0A0. Windows color (decimal): -8017222 or 12233349. OLE color: 12233349.

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

Color convert

RGB133170186-
CMYK0.280.0900.27
HSL198.11º27.75%62.55%-
HSV(B)198.11º28.49%72.94%-
XYZ32.9137.2851.92-
YUV160.76142.24108.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.20%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=27.20%
G=34.76%
B=38.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331701860.280.0900.27198.1127.7562.55
Hex85AABA1C901Bc61c3f
Octal20525227234110333063477
Binary1000010110101010101110101110010010110111100011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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