Html Css Color HEX #89AAB7 Botticelli

📋 copy color: '#89AAB7'

red 137 ◦ green 170 ◦ blue 183

#89AAB7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Botticelli #89AAB7

Tints of Botticelli #89AAB7

RGB

 RED value IS 137 (53.91% from 255) = 27.96%

 GREEN value IS 170 (66.8% from 255) = 34.69%

 BLUE value IS 183 (71.88% from 255) = 37.35%

R = 27.96%
G = 34.69%
B = 37.35%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#89AAB7 (or 0x89AAB7) is known color: Botticelli. HEX triplet: 89, AA and B7. RGB value is (137,170,183). Sum of RGB (Red+Green+Blue) = 137+170+183=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 183 - color contains mainly: blue. Hex color #89AAB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AAB7 is #765548. Grayscale: #A1A1A1. Windows color (decimal): -7755081 or 12036745. OLE color: 12036745.

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

Color convert

RGB 137 170 183 -
CMYK 0.25 0.07 0 0.28
HSL 196.96º 0.24% 0.63% -
HSV(B) 196.96º 0.25% 0.72% -
XYZ 33.24 37.49 50.28 -
YUV 161.62 140.07 110.44 -
System Red Green Blue C M Y K H S L
Decimal 137 170 183 0.25 0.07 0 0.28 196.96 0.24 0.63
Hex 89 AA B7 19 7 0 1C C5 18 3F
Octal 211 252 267 31 7 0 34 305 30 77
Binary 10001001 10101010 10110111 11001 111 0 11100 11000101 11000 111111

Color Harmonies of #89AAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AAB7

Black with #89AAB7

Text Example


Text Example

White with #89AAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89AAB7;
 }
 .AnyTagClassName
 {
   color: #89AAB7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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