Html Css Color HEX #89BDB9 Monte Carlo

📋 copy color: '#89BDB9'

red 137 ◦ green 189 ◦ blue 185

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

Shades of Monte Carlo #89BDB9

Tints of Monte Carlo #89BDB9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.99%

 BLUE value IS 185 (72.66% from 255) = 36.2%

R = 26.81%
G = 36.99%
B = 36.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#89BDB9 (or 0x89BDB9) is known color: Monte Carlo. HEX triplet: 89, BD and B9. RGB value is (137,189,185). Sum of RGB (Red+Green+Blue) = 137+189+185=511 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.81% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 189 - color contains mainly: green. Hex color #89BDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BDB9 is #764246. Grayscale: #ACACAC. Windows color (decimal): -7750215 or 12172681. OLE color: 12172681.

HSL color Cylindrical-coordinate representation of color #89BDB9: hue angle of 175.38º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89BDB9 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 189 185 -
CMYK 0.28 0 0.02 0.26
HSL 175.38º 0.28% 0.64% -
HSV(B) 175.38º 0.28% 0.74% -
XYZ 37.27 45.22 52.66 -
YUV 173 134.77 102.33 -
System Red Green Blue C M Y K H S L
Decimal 137 189 185 0.28 0 0.02 0.26 175.38 0.28 0.64
Hex 89 BD B9 1C 0 2 1A AF 1C 40
Octal 211 275 271 34 0 2 32 257 34 100
Binary 10001001 10111101 10111001 11100 0 10 11010 10101111 11100 1000000

Color Harmonies of #89BDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BDB9

Black with #89BDB9

Text Example


Text Example

White with #89BDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,189,185); }

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

background-color css

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

 a { background-color: rgb(137,189,185); }

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

border-color css

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

 span { border-color: rgb(137,189,185); }

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