#89AEB7

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

Shades of Botticelli #89AEB7

Tints of Botticelli #89AEB7

Color information

#89AEB7 (or 0x89AEB7) is unknown color: approx Botticelli. HEX triplet: 89, AE and B7. RGB value is (137,174,183). Sum of RGB (Red+Green+Blue) = 137+174+183=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 183 - color contains mainly: blue. Hex color #89AEB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AEB7 is #765148. Grayscale: #A3A3A3. Windows color (decimal): -7754057 or 12037769. OLE color: 12037769.

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

Color convert

RGB137174183-
CMYK0.250.0500.28
HSL191.74º24.21%62.75%-
HSV(B)191.74º25.14%71.76%-
XYZ3439.0150.54-
YUV163.96138.74108.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.73%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 183 (71.88% from 255) = 37.04%
R=27.73%
G=35.22%
B=37.04%

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
Decimal1371741830.250.0500.28191.7424.2162.75
Hex89AEB719501Cc0183f
Octal2112562673150343003077
Binary100010011010111010110111110011010111001100000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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