#89ABB8

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

Shades of Botticelli #89ABB8

Tints of Botticelli #89ABB8

Color information

#89ABB8 (or 0x89ABB8) is unknown color: approx Botticelli. HEX triplet: 89, AB and B8. RGB value is (137,171,184). Sum of RGB (Red+Green+Blue) = 137+171+184=492 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.85% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 184 (72.27% from 255 or 37.40% from 492); Max value from RGB is 184 - color contains mainly: blue. Hex color #89ABB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ABB8 is #765447. Grayscale: #A2A2A2. Windows color (decimal): -7754824 or 12102537. OLE color: 12102537.

HSL color Cylindrical-coordinate representation of color #89ABB8: hue angle of 196.6º 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 #89ABB8 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB137171184-
CMYK0.260.0700.28
HSL196.6º24.87%62.94%-
HSV(B)196.6º25.54%72.16%-
XYZ33.5337.950.9-
YUV162.32140.24109.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.85%
GREEN value IS 171 (67.19% from 255) = 34.76%
BLUE value IS 184 (72.27% from 255) = 37.40%
R=27.85%
G=34.76%
B=37.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1371711840.260.0700.28196.624.8762.94
Hex89ABB81A701Cc5193f
Octal2112532703270343053177
Binary100010011010101110111000110101110111001100010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ABB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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