Html Css Color HEX #83BCB5 Monte Carlo

📋 copy color: '#83BCB5'

red 131 ◦ green 188 ◦ blue 181

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

Shades of Monte Carlo #83BCB5

Tints of Monte Carlo #83BCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.2%

R = 26.2%
G = 37.6%
B = 36.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#83BCB5 (or 0x83BCB5) is known color: Monte Carlo. HEX triplet: 83, BC and B5. RGB value is (131,188,181). Sum of RGB (Red+Green+Blue) = 131+188+181=500 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.2% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #83BCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BCB5 is #7C434A. Grayscale: #AAAAAA. Windows color (decimal): -8143691 or 11910275. OLE color: 11910275.

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

Color convert

RGB 131 188 181 -
CMYK 0.30 0 0.04 0.26
HSL 172.63º 0.3% 0.63% -
HSV(B) 172.63º 0.3% 0.74% -
XYZ 35.68 44.13 50.35 -
YUV 170.16 134.12 100.07 -
System Red Green Blue C M Y K H S L
Decimal 131 188 181 0.30 0 0.04 0.26 172.63 0.3 0.63
Hex 83 BC B5 1E 0 4 1A AD 1E 3F
Octal 203 274 265 36 0 4 32 255 36 77
Binary 10000011 10111100 10110101 11110 0 100 11010 10101101 11110 111111

Color Harmonies of #83BCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BCB5

Black with #83BCB5

Text Example


Text Example

White with #83BCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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