Html Css Color HEX #83BDB9 Monte Carlo

📋 copy color: '#83BDB9'

red 131 ◦ green 189 ◦ blue 185

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

Shades of Monte Carlo #83BDB9

Tints of Monte Carlo #83BDB9

RGB

 RED value IS 131 (51.56% from 255) = 25.94%

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

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

R = 25.94%
G = 37.43%
B = 36.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#83BDB9 (or 0x83BDB9) is known color: Monte Carlo. HEX triplet: 83, BD and B9. RGB value is (131,189,185). Sum of RGB (Red+Green+Blue) = 131+189+185=505 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.94% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 189 - color contains mainly: green. Hex color #83BDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BDB9 is #7C4246. Grayscale: #ABABAB. Windows color (decimal): -8143431 or 12172675. OLE color: 12172675.

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

Color convert

RGB 131 189 185 -
CMYK 0.31 0 0.02 0.26
HSL 175.86º 0.31% 0.63% -
HSV(B) 175.86º 0.31% 0.74% -
XYZ 36.31 44.72 52.62 -
YUV 171.2 135.78 99.33 -
System Red Green Blue C M Y K H S L
Decimal 131 189 185 0.31 0 0.02 0.26 175.86 0.31 0.63
Hex 83 BD B9 1F 0 2 1A B0 1F 3F
Octal 203 275 271 37 0 2 32 260 37 77
Binary 10000011 10111101 10111001 11111 0 10 11010 10110000 11111 111111

Color Harmonies of #83BDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BDB9

Black with #83BDB9

Text Example


Text Example

White with #83BDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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