Html Css Color HEX #85BCBA Monte Carlo

📋 copy color: '#85BCBA'

red 133 ◦ green 188 ◦ blue 186

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

Shades of Monte Carlo #85BCBA

Tints of Monte Carlo #85BCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.08%

 BLUE value IS 186 (73.05% from 255) = 36.69%

R = 26.23%
G = 37.08%
B = 36.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#85BCBA (or 0x85BCBA) is known color: Monte Carlo. HEX triplet: 85, BC and BA. RGB value is (133,188,186). Sum of RGB (Red+Green+Blue) = 133+188+186=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #85BCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BCBA is #7A4345. Grayscale: #ABABAB. Windows color (decimal): -8012614 or 12237957. OLE color: 12237957.

HSL color Cylindrical-coordinate representation of color #85BCBA: hue angle of 177.82º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85BCBA is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 188 186 -
CMYK 0.29 0 0.01 0.26
HSL 177.82º 0.29% 0.63% -
HSV(B) 177.82º 0.29% 0.74% -
XYZ 36.52 44.5 53.12 -
YUV 171.33 136.28 100.66 -
System Red Green Blue C M Y K H S L
Decimal 133 188 186 0.29 0 0.01 0.26 177.82 0.29 0.63
Hex 85 BC BA 1D 0 1 1A B2 1D 3F
Octal 205 274 272 35 0 1 32 262 35 77
Binary 10000101 10111100 10111010 11101 0 1 11010 10110010 11101 111111

Color Harmonies of #85BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BCBA

Black with #85BCBA

Text Example


Text Example

White with #85BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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