#85CDB1

Color #85CDB1 Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #85CDB1

Tints of Monte Carlo #85CDB1

Color information

#85CDB1 (or 0x85CDB1) is unknown color: approx Monte Carlo. HEX triplet: 85, CD and B1. RGB value is (133,205,177). Sum of RGB (Red+Green+Blue) = 133+205+177=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #85CDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CDB1 is #7A324E. Grayscale: #B4B4B4. Windows color (decimal): -8008271 or 11652485. OLE color: 11652485.

HSL color Cylindrical-coordinate representation of color #85CDB1: hue angle of 156.67º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CDB1 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB133205177-
CMYK0.3500.140.20
HSL156.67º41.86%66.27%-
HSV(B)156.67º35.12%80.39%-
XYZ39.4451.8249.52-
YUV180.28126.1594.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.83%
GREEN value IS 205 (80.47% from 255) = 39.81%
BLUE value IS 177 (69.53% from 255) = 34.37%
R=25.83%
G=39.81%
B=34.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332051770.3500.140.20156.6741.8666.27
Hex85CDB1230E149d2a42
Octal205315261430162423552102
Binary1000010111001101101100011000110111010100100111011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,205,177); }

 H1.HeaderClassName
 {
   color: #85CDB1;
 }
 .AnyTagClassName
 {
   color: #85CDB1;
 }
</style>
background-color css

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

 a { background-color: rgb(133,205,177); }

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

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

 span { border-color: rgb(133,205,177); }

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