Html Css Color HEX #83BCB9 Monte Carlo

📋 copy color: '#83BCB9'

red 131 ◦ green 188 ◦ blue 185

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

Shades of Monte Carlo #83BCB9

Tints of Monte Carlo #83BCB9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.3%

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

R = 25.99%
G = 37.3%
B = 36.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#83BCB9 (or 0x83BCB9) is known color: Monte Carlo. HEX triplet: 83, BC and B9. RGB value is (131,188,185). Sum of RGB (Red+Green+Blue) = 131+188+185=504 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.99% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #83BCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BCB9 is #7C4346. Grayscale: #AAAAAA. Windows color (decimal): -8143687 or 12172419. OLE color: 12172419.

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

Color convert

RGB 131 188 185 -
CMYK 0.30 0 0.02 0.26
HSL 176.84º 0.3% 0.63% -
HSV(B) 176.84º 0.3% 0.74% -
XYZ 36.1 44.29 52.55 -
YUV 170.62 136.12 99.74 -
System Red Green Blue C M Y K H S L
Decimal 131 188 185 0.30 0 0.02 0.26 176.84 0.3 0.63
Hex 83 BC B9 1E 0 2 1A B1 1E 3F
Octal 203 274 271 36 0 2 32 261 36 77
Binary 10000011 10111100 10111001 11110 0 10 11010 10110001 11110 111111

Color Harmonies of #83BCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BCB9

Black with #83BCB9

Text Example


Text Example

White with #83BCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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