#89AAB8

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

Shades of Botticelli #89AAB8

Tints of Botticelli #89AAB8

Color information

#89AAB8 (or 0x89AAB8) is unknown color: approx Botticelli. HEX triplet: 89, AA and B8. RGB value is (137,170,184). Sum of RGB (Red+Green+Blue) = 137+170+184=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 184 (72.27% from 255 or 37.47% from 491); Max value from RGB is 184 - color contains mainly: blue. Hex color #89AAB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AAB8 is #765547. Grayscale: #A1A1A1. Windows color (decimal): -7755080 or 12102281. OLE color: 12102281.

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

Color convert

RGB137170184-
CMYK0.260.0800.28
HSL197.87º24.87%62.94%-
HSV(B)197.87º25.54%72.16%-
XYZ33.3437.5350.83-
YUV161.73140.57110.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.90%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 184 (72.27% from 255) = 37.47%
R=27.90%
G=34.62%
B=37.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1371701840.260.0800.28197.8724.8762.94
Hex89AAB81A801Cc6193f
Octal21125227032100343063177
Binary1000100110101010101110001101010000111001100011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,170,184); }

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

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

 a { background-color: rgb(137,170,184); }

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

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

 span { border-color: rgb(137,170,184); }

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