Html Css Color HEX #85BAAE Monte Carlo

📋 copy color: '#85BAAE'

red 133 ◦ green 186 ◦ blue 174

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

Shades of Monte Carlo #85BAAE

Tints of Monte Carlo #85BAAE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.73%

 BLUE value IS 174 (68.36% from 255) = 35.29%

R = 26.98%
G = 37.73%
B = 35.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#85BAAE (or 0x85BAAE) is known color: Monte Carlo. HEX triplet: 85, BA and AE. RGB value is (133,186,174). Sum of RGB (Red+Green+Blue) = 133+186+174=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 186 - color contains mainly: green. Hex color #85BAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BAAE is #7A4551. Grayscale: #A8A8A8. Windows color (decimal): -8013138 or 11451013. OLE color: 11451013.

HSL color Cylindrical-coordinate representation of color #85BAAE: hue angle of 166.42º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85BAAE is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 186 174 -
CMYK 0.28 0 0.06 0.27
HSL 166.42º 0.28% 0.63% -
HSV(B) 166.42º 0.28% 0.73% -
XYZ 34.87 43.16 46.54 -
YUV 168.79 130.94 102.48 -
System Red Green Blue C M Y K H S L
Decimal 133 186 174 0.28 0 0.06 0.27 166.42 0.28 0.63
Hex 85 BA AE 1C 0 6 1B A6 1C 3F
Octal 205 272 256 34 0 6 33 246 34 77
Binary 10000101 10111010 10101110 11100 0 110 11011 10100110 11100 111111

Color Harmonies of #85BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BAAE

Black with #85BAAE

Text Example


Text Example

White with #85BAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,186,174); }

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

background-color css

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

 a { background-color: rgb(133,186,174); }

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

border-color css

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

 span { border-color: rgb(133,186,174); }

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