Html Css Color HEX #89AFBB Botticelli

📋 copy color: '#89AFBB'

red 137 ◦ green 175 ◦ blue 187

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

Shades of Botticelli #89AFBB

Tints of Botticelli #89AFBB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.07%

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

R = 27.45%
G = 35.07%
B = 37.47%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#89AFBB (or 0x89AFBB) is known color: Botticelli. HEX triplet: 89, AF and BB. RGB value is (137,175,187). Sum of RGB (Red+Green+Blue) = 137+175+187=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #89AFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AFBB is #765044. Grayscale: #A4A4A4. Windows color (decimal): -7753797 or 12300169. OLE color: 12300169.

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

Color convert

RGB 137 175 187 -
CMYK 0.27 0.06 0 0.27
HSL 194.4º 0.27% 0.64% -
HSV(B) 194.4º 0.27% 0.73% -
XYZ 34.62 39.57 52.83 -
YUV 165.01 140.41 108.02 -
System Red Green Blue C M Y K H S L
Decimal 137 175 187 0.27 0.06 0 0.27 194.4 0.27 0.64
Hex 89 AF BB 1B 6 0 1B C2 1B 40
Octal 211 257 273 33 6 0 33 302 33 100
Binary 10001001 10101111 10111011 11011 110 0 11011 11000010 11011 1000000

Color Harmonies of #89AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AFBB

Black with #89AFBB

Text Example


Text Example

White with #89AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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