#85ADB9

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

Shades of Botticelli #85ADB9

Tints of Botticelli #85ADB9

Color information

#85ADB9 (or 0x85ADB9) is unknown color: approx Botticelli. HEX triplet: 85, AD and B9. RGB value is (133,173,185). Sum of RGB (Red+Green+Blue) = 133+173+185=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 185 - color contains mainly: blue. Hex color #85ADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ADB9 is #7A5246. Grayscale: #A2A2A2. Windows color (decimal): -8016455 or 12168581. OLE color: 12168581.

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

Color convert

RGB133173185-
CMYK0.280.0600.27
HSL193.85º27.08%62.35%-
HSV(B)193.85º28.11%72.55%-
XYZ33.3738.3851.55-
YUV162.41140.75107.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.09%
GREEN value IS 173 (67.97% from 255) = 35.23%
BLUE value IS 185 (72.66% from 255) = 37.68%
R=27.09%
G=35.23%
B=37.68%

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
Decimal1331731850.280.0600.27193.8527.0862.35
Hex85ADB91C601Bc21b3e
Octal2052552713460333023376
Binary100001011010110110111001111001100110111100001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ADB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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