#7CABBA

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

Shades of Glacier #7CABBA

Tints of Glacier #7CABBA

Color information

#7CABBA (or 0x7CABBA) is unknown color: approx Glacier. HEX triplet: 7C, AB and BA. RGB value is (124,171,186). Sum of RGB (Red+Green+Blue) = 124+171+186=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #7CABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CABBA is #835445. Grayscale: #9E9E9E. Windows color (decimal): -8606790 or 12233596. OLE color: 12233596.

HSL color Cylindrical-coordinate representation of color #7CABBA: hue angle of 194.52º degrees, saturation: 0.31, 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 #7CABBA is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB124171186-
CMYK0.330.0800.27
HSL194.52º31%60.78%-
HSV(B)194.52º33.33%72.94%-
XYZ31.7436.9651.91-
YUV158.66143.43103.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.78%
GREEN value IS 171 (67.19% from 255) = 35.55%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=25.78%
G=35.55%
B=38.67%

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
Decimal1241711860.330.0800.27194.523160.78
Hex7CABBA21801Bc31f3d
Octal17425327241100333033775
Binary1111100101010111011101010000110000110111100001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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