Html Css Color HEX #85BBB9 Monte Carlo

📋 copy color: '#85BBB9'

red 133 ◦ green 187 ◦ blue 185

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

Shades of Monte Carlo #85BBB9

Tints of Monte Carlo #85BBB9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.03%

 BLUE value IS 185 (72.66% from 255) = 36.63%

R = 26.34%
G = 37.03%
B = 36.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#85BBB9 (or 0x85BBB9) is known color: Monte Carlo. HEX triplet: 85, BB and B9. RGB value is (133,187,185). Sum of RGB (Red+Green+Blue) = 133+187+185=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 187 - color contains mainly: green. Hex color #85BBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BBB9 is #7A4446. Grayscale: #AAAAAA. Windows color (decimal): -8012871 or 12172165. OLE color: 12172165.

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

Color convert

RGB 133 187 185 -
CMYK 0.29 0 0.01 0.27
HSL 177.78º 0.28% 0.63% -
HSV(B) 177.78º 0.29% 0.73% -
XYZ 36.2 44.03 52.49 -
YUV 170.63 136.11 101.16 -
System Red Green Blue C M Y K H S L
Decimal 133 187 185 0.29 0 0.01 0.27 177.78 0.28 0.63
Hex 85 BB B9 1D 0 1 1B B2 1C 3F
Octal 205 273 271 35 0 1 33 262 34 77
Binary 10000101 10111011 10111001 11101 0 1 11011 10110010 11100 111111

Color Harmonies of #85BBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BBB9

Black with #85BBB9

Text Example


Text Example

White with #85BBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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