#7CAABF

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

Shades of Glacier #7CAABF

Tints of Glacier #7CAABF

Color information

#7CAABF (or 0x7CAABF) is unknown color: approx Glacier. HEX triplet: 7C, AA and BF. RGB value is (124,170,191). Sum of RGB (Red+Green+Blue) = 124+170+191=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #7CAABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAABF is #835540. Grayscale: #9E9E9E. Windows color (decimal): -8607041 or 12561020. OLE color: 12561020.

HSL color Cylindrical-coordinate representation of color #7CAABF: hue angle of 198.81º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CAABF is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB124170191-
CMYK0.350.1100.25
HSL198.81º34.36%61.76%-
HSV(B)198.81º35.08%74.9%-
XYZ32.0936.854.7-
YUV158.64146.26103.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.57%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 191 (75% from 255) = 39.38%
R=25.57%
G=35.05%
B=39.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241701910.350.1100.25198.8134.3661.76
Hex7CAABF23B019c7223e
Octal17425227743130313074276
Binary11111001010101010111111100011101101100111000111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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