Html Css Color HEX #85BEB0 Monte Carlo

📋 copy color: '#85BEB0'

red 133 ◦ green 190 ◦ blue 176

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

Shades of Monte Carlo #85BEB0

Tints of Monte Carlo #85BEB0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.08%

 BLUE value IS 176 (69.14% from 255) = 35.27%

R = 26.65%
G = 38.08%
B = 35.27%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#85BEB0 (or 0x85BEB0) is known color: Monte Carlo. HEX triplet: 85, BE and B0. RGB value is (133,190,176). Sum of RGB (Red+Green+Blue) = 133+190+176=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 190 - color contains mainly: green. Hex color #85BEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BEB0 is #7A414F. Grayscale: #ABABAB. Windows color (decimal): -8012112 or 11583109. OLE color: 11583109.

HSL color Cylindrical-coordinate representation of color #85BEB0: hue angle of 165.26º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BEB0 is Cyan = 0.3, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 190 176 -
CMYK 0.3 0 0.07 0.25
HSL 165.26º 0.3% 0.63% -
HSV(B) 165.26º 0.3% 0.75% -
XYZ 35.92 44.95 47.86 -
YUV 171.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 133 190 176 0.3 0 0.07 0.25 165.26 0.3 0.63
Hex 85 BE B0 1E 0 7 19 A5 1E 3F
Octal 205 276 260 36 0 7 31 245 36 77
Binary 10000101 10111110 10110000 11110 0 111 11001 10100101 11110 111111

Color Harmonies of #85BEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BEB0

Black with #85BEB0

Text Example


Text Example

White with #85BEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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