#7CABB6

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

Shades of Glacier #7CABB6

Tints of Glacier #7CABB6

Color information

#7CABB6 (or 0x7CABB6) is unknown color: approx Glacier. HEX triplet: 7C, AB and B6. RGB value is (124,171,182). Sum of RGB (Red+Green+Blue) = 124+171+182=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 182 - color contains mainly: blue. Hex color #7CABB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CABB6 is #835449. Grayscale: #9E9E9E. Windows color (decimal): -8606794 or 11971452. OLE color: 11971452.

HSL color Cylindrical-coordinate representation of color #7CABB6: hue angle of 191.38º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CABB6 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB124171182-
CMYK0.320.0600.29
HSL191.38º28.43%60%-
HSV(B)191.38º31.87%71.37%-
XYZ31.3236.7949.71-
YUV158.2141.43103.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.00%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 182 (71.48% from 255) = 38.16%
R=26.00%
G=35.85%
B=38.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1241711820.320.0600.29191.3828.4360
Hex7CABB620601Dbf1c3c
Octal1742532664060352773474
Binary111110010101011101101101000001100111011011111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,171,182); }

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

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

 a { background-color: rgb(124,171,182); }

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

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

 span { border-color: rgb(124,171,182); }

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