#7FB3C2

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

Shades of Glacier #7FB3C2

Tints of Glacier #7FB3C2

Color information

#7FB3C2 (or 0x7FB3C2) is unknown color: approx Glacier. HEX triplet: 7F, B3 and C2. RGB value is (127,179,194). Sum of RGB (Red+Green+Blue) = 127+179+194=500 (66% of max value = 765). Red value is 127 (50% from 255 or 25.4% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 194 - color contains mainly: blue. Hex color #7FB3C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB3C2 is #804C3D. Grayscale: #A5A5A5. Windows color (decimal): -8408126 or 12759935. OLE color: 12759935.

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

Color convert

RGB127179194-
CMYK0.350.0800.24
HSL193.43º35.45%62.94%-
HSV(B)193.43º34.54%76.08%-
XYZ34.6140.6557.06-
YUV165.16144.27100.78-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.4%
GREEN value IS 179 (70.31% from 255) = 35.8%
BLUE value IS 194 (76.17% from 255) = 38.8%
R=25.4%
G=35.8%
B=38.8%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271791940.350.0800.24193.4335.4562.94
Hex7FB3C2238018c1233f
Octal17726330243100303014377
Binary11111111011001111000010100011100001100011000001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,179,194); }

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

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

 a { background-color: rgb(127,179,194); }

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

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

 span { border-color: rgb(127,179,194); }

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