#7CAABC

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

Shades of Glacier #7CAABC

Tints of Glacier #7CAABC

Color information

#7CAABC (or 0x7CAABC) is unknown color: approx Glacier. HEX triplet: 7C, AA and BC. RGB value is (124,170,188). Sum of RGB (Red+Green+Blue) = 124+170+188=482 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.73% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #7CAABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAABC is #835543. Grayscale: #9E9E9E. Windows color (decimal): -8607044 or 12364412. OLE color: 12364412.

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

Color convert

RGB124170188-
CMYK0.340.1000.26
HSL196.88º32.32%61.18%-
HSV(B)196.88º34.04%73.73%-
XYZ31.7636.6752.98-
YUV158.3144.76103.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.73%
GREEN value IS 170 (66.80% from 255) = 35.27%
BLUE value IS 188 (73.83% from 255) = 39.00%
R=25.73%
G=35.27%
B=39.00%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241701880.340.1000.26196.8832.3261.18
Hex7CAABC22A01Ac5203d
Octal17425227442120323054075
Binary11111001010101010111100100010101001101011000101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,170,188); }

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

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

 a { background-color: rgb(124,170,188); }

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

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

 span { border-color: rgb(124,170,188); }

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