Html Css Color HEX #89ADBB Botticelli

📋 copy color: '#89ADBB'

red 137 ◦ green 173 ◦ blue 187

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

Shades of Botticelli #89ADBB

Tints of Botticelli #89ADBB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.81%

 BLUE value IS 187 (73.44% from 255) = 37.63%

R = 27.57%
G = 34.81%
B = 37.63%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#89ADBB (or 0x89ADBB) is known color: Botticelli. HEX triplet: 89, AD and BB. RGB value is (137,173,187). Sum of RGB (Red+Green+Blue) = 137+173+187=497 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.57% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #89ADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADBB is #765244. Grayscale: #A3A3A3. Windows color (decimal): -7754309 or 12299657. OLE color: 12299657.

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

Color convert

RGB 137 173 187 -
CMYK 0.27 0.07 0 0.27
HSL 196.8º 0.27% 0.64% -
HSV(B) 196.8º 0.27% 0.73% -
XYZ 34.23 38.79 52.7 -
YUV 163.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 137 173 187 0.27 0.07 0 0.27 196.8 0.27 0.64
Hex 89 AD BB 1B 7 0 1B C5 1B 40
Octal 211 255 273 33 7 0 33 305 33 100
Binary 10001001 10101101 10111011 11011 111 0 11011 11000101 11011 1000000

Color Harmonies of #89ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ADBB

Black with #89ADBB

Text Example


Text Example

White with #89ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,173,187); }

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

background-color css

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

 a { background-color: rgb(137,173,187); }

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

border-color css

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

 span { border-color: rgb(137,173,187); }

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