#7FA6BE

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

Shades of Glacier #7FA6BE

Tints of Glacier #7FA6BE

Color information

#7FA6BE (or 0x7FA6BE) is unknown color: approx Glacier. HEX triplet: 7F, A6 and BE. RGB value is (127,166,190). Sum of RGB (Red+Green+Blue) = 127+166+190=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #7FA6BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA6BE is #805941. Grayscale: #9C9C9C. Windows color (decimal): -8411458 or 12494463. OLE color: 12494463.

HSL color Cylindrical-coordinate representation of color #7FA6BE: hue angle of 202.86º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FA6BE is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB127166190-
CMYK0.330.1300.25
HSL202.86º32.64%62.16%-
HSV(B)202.86º33.16%74.51%-
XYZ31.6835.553.9-
YUV157.07146.58106.55-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.29%
GREEN value IS 166 (65.23% from 255) = 34.37%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=26.29%
G=34.37%
B=39.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271661900.330.1300.25202.8632.6462.16
Hex7FA6BE21D019cb213e
Octal17724627641150313134176
Binary11111111010011010111110100001110101100111001011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,166,190); }

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

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

 a { background-color: rgb(127,166,190); }

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

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

 span { border-color: rgb(127,166,190); }

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