Html Css Color HEX #89ABBA Botticelli

📋 copy color: '#89ABBA'

red 137 ◦ green 171 ◦ blue 186

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

Shades of Botticelli #89ABBA

Tints of Botticelli #89ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.62%

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

R = 27.73%
G = 34.62%
B = 37.65%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#89ABBA (or 0x89ABBA) is known color: Botticelli. HEX triplet: 89, AB and BA. RGB value is (137,171,186). Sum of RGB (Red+Green+Blue) = 137+171+186=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #89ABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ABBA is #765445. Grayscale: #A2A2A2. Windows color (decimal): -7754822 or 12233609. OLE color: 12233609.

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

Color convert

RGB 137 171 186 -
CMYK 0.26 0.08 0 0.27
HSL 198.37º 0.26% 0.63% -
HSV(B) 198.37º 0.26% 0.73% -
XYZ 33.74 37.99 52.01 -
YUV 162.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 137 171 186 0.26 0.08 0 0.27 198.37 0.26 0.63
Hex 89 AB BA 1A 8 0 1B C6 1A 3F
Octal 211 253 272 32 10 0 33 306 32 77
Binary 10001001 10101011 10111010 11010 1000 0 11011 11000110 11010 111111

Color Harmonies of #89ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ABBA

Black with #89ABBA

Text Example


Text Example

White with #89ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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