Html Css Color HEX #89AFBE Botticelli

📋 copy color: '#89AFBE'

red 137 ◦ green 175 ◦ blue 190

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

Shades of Botticelli #89AFBE

Tints of Botticelli #89AFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.85%

R = 27.29%
G = 34.86%
B = 37.85%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#89AFBE (or 0x89AFBE) is known color: Botticelli. HEX triplet: 89, AF and BE. RGB value is (137,175,190). Sum of RGB (Red+Green+Blue) = 137+175+190=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #89AFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AFBE is #765041. Grayscale: #A5A5A5. Windows color (decimal): -7753794 or 12496777. OLE color: 12496777.

HSL color Cylindrical-coordinate representation of color #89AFBE: hue angle of 196.98º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89AFBE is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 175 190 -
CMYK 0.28 0.08 0 0.25
HSL 196.98º 0.29% 0.64% -
HSV(B) 196.98º 0.28% 0.75% -
XYZ 34.94 39.7 54.54 -
YUV 165.35 141.91 107.78 -
System Red Green Blue C M Y K H S L
Decimal 137 175 190 0.28 0.08 0 0.25 196.98 0.29 0.64
Hex 89 AF BE 1C 8 0 19 C5 1D 40
Octal 211 257 276 34 10 0 31 305 35 100
Binary 10001001 10101111 10111110 11100 1000 0 11001 11000101 11101 1000000

Color Harmonies of #89AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AFBE

Black with #89AFBE

Text Example


Text Example

White with #89AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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