#7CB5C2

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

Shades of Glacier #7CB5C2

Tints of Glacier #7CB5C2

Color information

#7CB5C2 (or 0x7CB5C2) is unknown color: approx Glacier. HEX triplet: 7C, B5 and C2. RGB value is (124,181,194). Sum of RGB (Red+Green+Blue) = 124+181+194=499 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.85% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 194 - color contains mainly: blue. Hex color #7CB5C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB5C2 is #834A3D. Grayscale: #A5A5A5. Windows color (decimal): -8604222 or 12760444. OLE color: 12760444.

HSL color Cylindrical-coordinate representation of color #7CB5C2: hue angle of 191.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CB5C2 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB124181194-
CMYK0.360.0700.24
HSL191.14º36.46%62.35%-
HSV(B)191.14º36.08%76.08%-
XYZ34.5741.2357.17-
YUV165.44144.1298.44-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.85%
GREEN value IS 181 (71.09% from 255) = 36.27%
BLUE value IS 194 (76.17% from 255) = 38.88%
R=24.85%
G=36.27%
B=38.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241811940.360.0700.24191.1436.4662.35
Hex7CB5C2247018bf243e
Octal1742653024470302774476
Binary1111100101101011100001010010011101100010111111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,181,194); }

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

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

 a { background-color: rgb(124,181,194); }

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

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

 span { border-color: rgb(124,181,194); }

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