Html Css Color HEX #85BDBB Monte Carlo

📋 copy color: '#85BDBB'

red 133 ◦ green 189 ◦ blue 187

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

Shades of Monte Carlo #85BDBB

Tints of Monte Carlo #85BDBB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.13%

 BLUE value IS 187 (73.44% from 255) = 36.74%

R = 26.13%
G = 37.13%
B = 36.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#85BDBB (or 0x85BDBB) is known color: Monte Carlo. HEX triplet: 85, BD and BB. RGB value is (133,189,187). Sum of RGB (Red+Green+Blue) = 133+189+187=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 189 - color contains mainly: green. Hex color #85BDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BDBB is #7A4244. Grayscale: #ABABAB. Windows color (decimal): -8012357 or 12303749. OLE color: 12303749.

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

Color convert

RGB 133 189 187 -
CMYK 0.30 0 0.01 0.26
HSL 177.86º 0.3% 0.63% -
HSV(B) 177.86º 0.3% 0.74% -
XYZ 36.84 44.97 53.75 -
YUV 172.03 136.45 100.16 -
System Red Green Blue C M Y K H S L
Decimal 133 189 187 0.30 0 0.01 0.26 177.86 0.3 0.63
Hex 85 BD BB 1E 0 1 1A B2 1E 3F
Octal 205 275 273 36 0 1 32 262 36 77
Binary 10000101 10111101 10111011 11110 0 1 11010 10110010 11110 111111

Color Harmonies of #85BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BDBB

Black with #85BDBB

Text Example


Text Example

White with #85BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,189,187); }

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

background-color css

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

 a { background-color: rgb(133,189,187); }

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

border-color css

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

 span { border-color: rgb(133,189,187); }

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