#7CB3C2

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

Shades of Glacier #7CB3C2

Tints of Glacier #7CB3C2

Color information

#7CB3C2 (or 0x7CB3C2) is unknown color: approx Glacier. HEX triplet: 7C, B3 and C2. RGB value is (124,179,194). Sum of RGB (Red+Green+Blue) = 124+179+194=497 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.95% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 194 - color contains mainly: blue. Hex color #7CB3C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB3C2 is #834C3D. Grayscale: #A4A4A4. Windows color (decimal): -8604734 or 12759932. OLE color: 12759932.

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

Color convert

RGB124179194-
CMYK0.360.0800.24
HSL192.86º36.46%62.35%-
HSV(B)192.86º36.08%76.08%-
XYZ34.1740.4257.04-
YUV164.26144.7899.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.95%
GREEN value IS 179 (70.31% from 255) = 36.02%
BLUE value IS 194 (76.17% from 255) = 39.03%
R=24.95%
G=36.02%
B=39.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241791940.360.0800.24192.8636.4662.35
Hex7CB3C2248018c1243e
Octal17426330244100303014476
Binary11111001011001111000010100100100001100011000001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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