#85CBB0

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

Shades of Monte Carlo #85CBB0

Tints of Monte Carlo #85CBB0

Color information

#85CBB0 (or 0x85CBB0) is unknown color: approx Monte Carlo. HEX triplet: 85, CB and B0. RGB value is (133,203,176). Sum of RGB (Red+Green+Blue) = 133+203+176=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #85CBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CBB0 is #7A344F. Grayscale: #B3B3B3. Windows color (decimal): -8008784 or 11586437. OLE color: 11586437.

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

Color convert

RGB133203176-
CMYK0.3400.130.20
HSL156.86º40.23%65.88%-
HSV(B)156.86º34.48%79.61%-
XYZ38.8750.8348.84-
YUV178.99126.3195.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.98%
GREEN value IS 203 (79.69% from 255) = 39.65%
BLUE value IS 176 (69.14% from 255) = 34.38%
R=25.98%
G=39.65%
B=34.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332031760.3400.130.20156.8640.2365.88
Hex85CBB0220D149d2842
Octal205313260420152423550102
Binary1000010111001011101100001000100110110100100111011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,203,176); }

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

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

 a { background-color: rgb(133,203,176); }

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

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

 span { border-color: rgb(133,203,176); }

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