#89ADB7

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

Shades of Botticelli #89ADB7

Tints of Botticelli #89ADB7

Color information

#89ADB7 (or 0x89ADB7) is unknown color: approx Botticelli. HEX triplet: 89, AD and B7. RGB value is (137,173,183). Sum of RGB (Red+Green+Blue) = 137+173+183=493 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.79% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 183 - color contains mainly: blue. Hex color #89ADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADB7 is #765248. Grayscale: #A3A3A3. Windows color (decimal): -7754313 or 12037513. OLE color: 12037513.

HSL color Cylindrical-coordinate representation of color #89ADB7: hue angle of 193.04º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #89ADB7 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB137173183-
CMYK0.250.0500.28
HSL193.04º24.21%62.75%-
HSV(B)193.04º25.14%71.76%-
XYZ33.8138.6250.47-
YUV163.38139.07109.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.79%
GREEN value IS 173 (67.97% from 255) = 35.09%
BLUE value IS 183 (71.88% from 255) = 37.12%
R=27.79%
G=35.09%
B=37.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1371731830.250.0500.28193.0424.2162.75
Hex89ADB719501Cc1183f
Octal2112552673150343013077
Binary100010011010110110110111110011010111001100000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ADB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89ADB7; }

 p { color: rgb(137,173,183); }

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

<style>
 a { background-color: #89ADB7; }

 a { background-color: rgb(137,173,183); }

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

<style>
 span { border-color: #89ADB7; }

 span { border-color: rgb(137,173,183); }

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