Html Css Color HEX #85CAB3 Monte Carlo

📋 copy color: '#85CAB3'

red 133 ◦ green 202 ◦ blue 179

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

Shades of Monte Carlo #85CAB3

Tints of Monte Carlo #85CAB3

RGB

 RED value IS 133 (52.34% from 255) = 25.88%

 GREEN value IS 202 (79.3% from 255) = 39.3%

 BLUE value IS 179 (70.31% from 255) = 34.82%

R = 25.88%
G = 39.3%
B = 34.82%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#85CAB3 (or 0x85CAB3) is known color: Monte Carlo. HEX triplet: 85, CA and B3. RGB value is (133,202,179). Sum of RGB (Red+Green+Blue) = 133+202+179=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #85CAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CAB3 is #7A354C. Grayscale: #B2B2B2. Windows color (decimal): -8009037 or 11782789. OLE color: 11782789.

HSL color Cylindrical-coordinate representation of color #85CAB3: hue angle of 160º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CAB3 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 202 179 -
CMYK 0.34 0 0.11 0.21
HSL 160º 0.39% 0.66% -
HSV(B) 160º 0.34% 0.79% -
XYZ 38.93 50.48 50.34 -
YUV 178.75 128.14 95.37 -
System Red Green Blue C M Y K H S L
Decimal 133 202 179 0.34 0 0.11 0.21 160 0.39 0.66
Hex 85 CA B3 22 0 B 15 A0 27 42
Octal 205 312 263 42 0 13 25 240 47 102
Binary 10000101 11001010 10110011 100010 0 1011 10101 10100000 100111 1000010

Color Harmonies of #85CAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CAB3

Black with #85CAB3

Text Example


Text Example

White with #85CAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85CAB3; }

 p { color: rgb(133,202,179); }

 H1.HeaderClassName
 {
   color: #85CAB3;
 }
 .AnyTagClassName
 {
   color: #85CAB3;
 }
</style>

background-color css

<style>
 a { background-color: #85CAB3; }

 a { background-color: rgb(133,202,179); }

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

border-color css

<style>
 span { border-color: #85CAB3; }

 span { border-color: rgb(133,202,179); }

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