#7FAAC3

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

Shades of Glacier #7FAAC3

Tints of Glacier #7FAAC3

Color information

#7FAAC3 (or 0x7FAAC3) is unknown color: approx Glacier. HEX triplet: 7F, AA and C3. RGB value is (127,170,195). Sum of RGB (Red+Green+Blue) = 127+170+195=492 (65% of max value = 765). Red value is 127 (50% from 255 or 25.81% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 195 - color contains mainly: blue. Hex color #7FAAC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAAC3 is #80553C. Grayscale: #9F9F9F. Windows color (decimal): -8410429 or 12823167. OLE color: 12823167.

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

Color convert

RGB127170195-
CMYK0.350.1300.24
HSL202.06º36.17%63.14%-
HSV(B)202.06º34.87%76.47%-
XYZ32.9837.257.07-
YUV159.99147.75104.47-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.81%
GREEN value IS 170 (66.80% from 255) = 34.55%
BLUE value IS 195 (76.56% from 255) = 39.63%
R=25.81%
G=34.55%
B=39.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271701950.350.1300.24202.0636.1763.14
Hex7FAAC323D018ca243f
Octal17725230343150303124477
Binary11111111010101011000011100011110101100011001010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,170,195); }

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

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

 a { background-color: rgb(127,170,195); }

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

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

 span { border-color: rgb(127,170,195); }

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