#7CB4C2

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

Shades of Glacier #7CB4C2

Tints of Glacier #7CB4C2

Color information

#7CB4C2 (or 0x7CB4C2) is unknown color: approx Glacier. HEX triplet: 7C, B4 and C2. RGB value is (124,180,194). Sum of RGB (Red+Green+Blue) = 124+180+194=498 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.90% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 194 - color contains mainly: blue. Hex color #7CB4C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB4C2 is #834B3D. Grayscale: #A4A4A4. Windows color (decimal): -8604478 or 12760188. OLE color: 12760188.

HSL color Cylindrical-coordinate representation of color #7CB4C2: hue angle of 192º 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 #7CB4C2 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB124180194-
CMYK0.360.0700.24
HSL192º36.46%62.35%-
HSV(B)192º36.08%76.08%-
XYZ34.3740.8257.11-
YUV164.85144.4598.86-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.90%
GREEN value IS 180 (70.70% from 255) = 36.14%
BLUE value IS 194 (76.17% from 255) = 38.96%
R=24.90%
G=36.14%
B=38.96%

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
Decimal1241801940.360.0700.2419236.4662.35
Hex7CB4C2247018c0243e
Octal1742643024470303004476
Binary1111100101101001100001010010011101100011000000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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