#7CBDB8

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

Shades of Monte Carlo #7CBDB8

Tints of Monte Carlo #7CBDB8

Color information

#7CBDB8 (or 0x7CBDB8) is unknown color: approx Monte Carlo. HEX triplet: 7C, BD and B8. RGB value is (124,189,184). Sum of RGB (Red+Green+Blue) = 124+189+184=497 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.95% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CBDB8 is #834247. Grayscale: #A8A8A8. Windows color (decimal): -8602184 or 12107132. OLE color: 12107132.

HSL color Cylindrical-coordinate representation of color #7CBDB8: hue angle of 175.38º 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 #7CBDB8 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB124189184-
CMYK0.3400.030.26
HSL175.38º32.99%61.37%-
HSV(B)175.38º34.39%74.12%-
XYZ35.1644.1452.01-
YUV169136.4795.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.95%
GREEN value IS 189 (74.22% from 255) = 38.03%
BLUE value IS 184 (72.27% from 255) = 37.02%
R=24.95%
G=38.03%
B=37.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241891840.3400.030.26175.3832.9961.37
Hex7CBDB822031Aaf213d
Octal1742752704203322574175
Binary111110010111101101110001000100111101010101111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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