#7FABC1

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

Shades of Glacier #7FABC1

Tints of Glacier #7FABC1

Color information

#7FABC1 (or 0x7FABC1) is unknown color: approx Glacier. HEX triplet: 7F, AB and C1. RGB value is (127,171,193). Sum of RGB (Red+Green+Blue) = 127+171+193=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #7FABC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FABC1 is #80543E. Grayscale: #A0A0A0. Windows color (decimal): -8410175 or 12692351. OLE color: 12692351.

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

Color convert

RGB127171193-
CMYK0.340.1100.24
HSL200º34.74%62.75%-
HSV(B)200º34.2%75.69%-
XYZ32.9437.4955.95-
YUV160.35146.42104.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.87%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 193 (75.78% from 255) = 39.31%
R=25.87%
G=34.83%
B=39.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271711930.340.1100.2420034.7462.75
Hex7FABC122B018c8233f
Octal17725330142130303104377
Binary11111111010101111000001100010101101100011001000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FABC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,171,193); }

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

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

 a { background-color: rgb(127,171,193); }

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

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

 span { border-color: rgb(127,171,193); }

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