Html Css Color HEX #89AEBA Botticelli

📋 copy color: '#89AEBA'

red 137 ◦ green 174 ◦ blue 186

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

Shades of Botticelli #89AEBA

Tints of Botticelli #89AEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.01%

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 27.57%
G = 35.01%
B = 37.42%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#89AEBA (or 0x89AEBA) is known color: Botticelli. HEX triplet: 89, AE and BA. RGB value is (137,174,186). Sum of RGB (Red+Green+Blue) = 137+174+186=497 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.57% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #89AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AEBA is #765145. Grayscale: #A4A4A4. Windows color (decimal): -7754054 or 12234377. OLE color: 12234377.

HSL color Cylindrical-coordinate representation of color #89AEBA: hue angle of 194.69º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89AEBA is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 174 186 -
CMYK 0.26 0.06 0 0.27
HSL 194.69º 0.26% 0.63% -
HSV(B) 194.69º 0.26% 0.73% -
XYZ 34.32 39.14 52.2 -
YUV 164.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 137 174 186 0.26 0.06 0 0.27 194.69 0.26 0.63
Hex 89 AE BA 1A 6 0 1B C3 1A 3F
Octal 211 256 272 32 6 0 33 303 32 77
Binary 10001001 10101110 10111010 11010 110 0 11011 11000011 11010 111111

Color Harmonies of #89AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AEBA

Black with #89AEBA

Text Example


Text Example

White with #89AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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