#85ABB4

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

Shades of Botticelli #85ABB4

Tints of Botticelli #85ABB4

Color information

#85ABB4 (or 0x85ABB4) is unknown color: approx Botticelli. HEX triplet: 85, AB and B4. RGB value is (133,171,180). Sum of RGB (Red+Green+Blue) = 133+171+180=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 180 - color contains mainly: blue. Hex color #85ABB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABB4 is #7A544B. Grayscale: #A0A0A0. Windows color (decimal): -8016972 or 11840389. OLE color: 11840389.

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

Color convert

RGB133171180-
CMYK0.260.0500.29
HSL191.49º23.86%61.37%-
HSV(B)191.49º26.11%70.59%-
XYZ32.4737.4148.69-
YUV160.66138.91108.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.48%
GREEN value IS 171 (67.19% from 255) = 35.33%
BLUE value IS 180 (70.70% from 255) = 37.19%
R=27.48%
G=35.33%
B=37.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1331711800.260.0500.29191.4923.8661.37
Hex85ABB41A501Dbf183d
Octal2052532643250352773075
Binary100001011010101110110100110101010111011011111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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