Html Css Color HEX #84BDB1 Monte Carlo

📋 copy color: '#84BDB1'

red 132 ◦ green 189 ◦ blue 177

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

Shades of Monte Carlo #84BDB1

Tints of Monte Carlo #84BDB1

RGB

 RED value IS 132 (51.95% from 255) = 26.51%

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

 BLUE value IS 177 (69.53% from 255) = 35.54%

R = 26.51%
G = 37.95%
B = 35.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#84BDB1 (or 0x84BDB1) is known color: Monte Carlo. HEX triplet: 84, BD and B1. RGB value is (132,189,177). Sum of RGB (Red+Green+Blue) = 132+189+177=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 189 - color contains mainly: green. Hex color #84BDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BDB1 is #7B424E. Grayscale: #AAAAAA. Windows color (decimal): -8077903 or 11648388. OLE color: 11648388.

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

Color convert

RGB 132 189 177 -
CMYK 0.30 0 0.06 0.26
HSL 167.37º 0.3% 0.63% -
HSV(B) 167.37º 0.3% 0.74% -
XYZ 35.65 44.48 48.3 -
YUV 170.59 131.62 100.48 -
System Red Green Blue C M Y K H S L
Decimal 132 189 177 0.30 0 0.06 0.26 167.37 0.3 0.63
Hex 84 BD B1 1E 0 6 1A A7 1E 3F
Octal 204 275 261 36 0 6 32 247 36 77
Binary 10000100 10111101 10110001 11110 0 110 11010 10100111 11110 111111

Color Harmonies of #84BDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BDB1

Black with #84BDB1

Text Example


Text Example

White with #84BDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84BDB1; }

 p { color: rgb(132,189,177); }

 H1.HeaderClassName
 {
   color: #84BDB1;
 }
 .AnyTagClassName
 {
   color: #84BDB1;
 }
</style>

background-color css

<style>
 a { background-color: #84BDB1; }

 a { background-color: rgb(132,189,177); }

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

border-color css

<style>
 span { border-color: #84BDB1; }

 span { border-color: rgb(132,189,177); }

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