#7CAAB9

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

Shades of Glacier #7CAAB9

Tints of Glacier #7CAAB9

Color information

#7CAAB9 (or 0x7CAAB9) is unknown color: approx Glacier. HEX triplet: 7C, AA and B9. RGB value is (124,170,185). Sum of RGB (Red+Green+Blue) = 124+170+185=479 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.89% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 185 - color contains mainly: blue. Hex color #7CAAB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAAB9 is #835546. Grayscale: #9D9D9D. Windows color (decimal): -8607047 or 12167804. OLE color: 12167804.

HSL color Cylindrical-coordinate representation of color #7CAAB9: hue angle of 194.75º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CAAB9 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB124170185-
CMYK0.330.0800.27
HSL194.75º30.35%60.59%-
HSV(B)194.75º32.97%72.55%-
XYZ31.4436.5451.29-
YUV157.96143.26103.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.89%
GREEN value IS 170 (66.80% from 255) = 35.49%
BLUE value IS 185 (72.66% from 255) = 38.62%
R=25.89%
G=35.49%
B=38.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241701850.330.0800.27194.7530.3560.59
Hex7CAAB921801Bc31e3d
Octal17425227141100333033675
Binary1111100101010101011100110000110000110111100001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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