Html Css Color HEX #83BDB0 Monte Carlo

📋 copy color: '#83BDB0'

red 131 ◦ green 189 ◦ blue 176

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

Shades of Monte Carlo #83BDB0

Tints of Monte Carlo #83BDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.48%

R = 26.41%
G = 38.1%
B = 35.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#83BDB0 (or 0x83BDB0) is known color: Monte Carlo. HEX triplet: 83, BD and B0. RGB value is (131,189,176). Sum of RGB (Red+Green+Blue) = 131+189+176=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #83BDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BDB0 is #7C424F. Grayscale: #AAAAAA. Windows color (decimal): -8143440 or 11582851. OLE color: 11582851.

HSL color Cylindrical-coordinate representation of color #83BDB0: hue angle of 166.55º 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 #83BDB0 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 189 176 -
CMYK 0.31 0 0.07 0.26
HSL 166.55º 0.31% 0.63% -
HSV(B) 166.55º 0.31% 0.74% -
XYZ 35.39 44.36 47.77 -
YUV 170.18 131.28 100.06 -
System Red Green Blue C M Y K H S L
Decimal 131 189 176 0.31 0 0.07 0.26 166.55 0.31 0.63
Hex 83 BD B0 1F 0 7 1A A7 1F 3F
Octal 203 275 260 37 0 7 32 247 37 77
Binary 10000011 10111101 10110000 11111 0 111 11010 10100111 11111 111111

Color Harmonies of #83BDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BDB0

Black with #83BDB0

Text Example


Text Example

White with #83BDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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