#7FACBB

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

Shades of Glacier #7FACBB

Tints of Glacier #7FACBB

Color information

#7FACBB (or 0x7FACBB) is unknown color: approx Glacier. HEX triplet: 7F, AC and BB. RGB value is (127,172,187). Sum of RGB (Red+Green+Blue) = 127+172+187=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #7FACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FACBB is #805344. Grayscale: #A0A0A0. Windows color (decimal): -8409925 or 12299391. OLE color: 12299391.

HSL color Cylindrical-coordinate representation of color #7FACBB: hue angle of 195º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FACBB is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB127172187-
CMYK0.320.0800.27
HSL195º30.61%61.57%-
HSV(B)195º32.09%73.33%-
XYZ32.4737.652.56-
YUV160.26143.09104.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.13%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=26.13%
G=35.39%
B=38.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271721870.320.0800.2719530.6161.57
Hex7FACBB20801Bc31f3e
Octal17725427340100333033776
Binary1111111101011001011101110000010000110111100001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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