#7CBDB1

Color #7CBDB1 Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #7CBDB1

Tints of Monte Carlo #7CBDB1

Color information

#7CBDB1 (or 0x7CBDB1) is unknown color: approx Monte Carlo. HEX triplet: 7C, BD and B1. RGB value is (124,189,177). Sum of RGB (Red+Green+Blue) = 124+189+177=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBDB1 is #83424E. Grayscale: #A8A8A8. Windows color (decimal): -8602191 or 11648380. OLE color: 11648380.

HSL color Cylindrical-coordinate representation of color #7CBDB1: hue angle of 168.92º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBDB1 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB124189177-
CMYK0.3400.060.26
HSL168.92º32.99%61.37%-
HSV(B)168.92º34.39%74.12%-
XYZ34.4543.8548.24-
YUV168.2132.9796.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.31%
GREEN value IS 189 (74.22% from 255) = 38.57%
BLUE value IS 177 (69.53% from 255) = 36.12%
R=25.31%
G=38.57%
B=36.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241891770.3400.060.26168.9232.9961.37
Hex7CBDB122061Aa9213d
Octal1742752614206322514175
Binary1111100101111011011000110001001101101010101001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CBDB1; }

 p { color: rgb(124,189,177); }

 H1.HeaderClassName
 {
   color: #7CBDB1;
 }
 .AnyTagClassName
 {
   color: #7CBDB1;
 }
</style>
background-color css

<style>
 a { background-color: #7CBDB1; }

 a { background-color: rgb(124,189,177); }

 div.DivClassName
 {
   background-color: #7CBDB1;
 }
 .BgClassName
 {
   background-color: #7CBDB1;
 }
</style>
border-color css

<style>
 span { border-color: #7CBDB1; }

 span { border-color: rgb(124,189,177); }

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