#7FACBD

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

Shades of Glacier #7FACBD

Tints of Glacier #7FACBD

Color information

#7FACBD (or 0x7FACBD) is unknown color: approx Glacier. HEX triplet: 7F, AC and BD. RGB value is (127,172,189). Sum of RGB (Red+Green+Blue) = 127+172+189=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #7FACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FACBD is #805342. Grayscale: #A0A0A0. Windows color (decimal): -8409923 or 12430463. OLE color: 12430463.

HSL color Cylindrical-coordinate representation of color #7FACBD: hue angle of 196.45º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FACBD is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB127172189-
CMYK0.330.0900.26
HSL196.45º31.96%61.96%-
HSV(B)196.45º32.8%74.12%-
XYZ32.6937.6953.7-
YUV160.48144.09104.12-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.02%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 189 (74.22% from 255) = 38.73%
R=26.02%
G=35.25%
B=38.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271721890.330.0900.26196.4531.9661.96
Hex7FACBD21901Ac4203e
Octal17725427541110323044076
Binary11111111010110010111101100001100101101011000100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,172,189); }

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

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

 a { background-color: rgb(127,172,189); }

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

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

 span { border-color: rgb(127,172,189); }

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