#7FB3BF

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

Shades of Glacier #7FB3BF

Tints of Glacier #7FB3BF

Color information

#7FB3BF (or 0x7FB3BF) is unknown color: approx Glacier. HEX triplet: 7F, B3 and BF. RGB value is (127,179,191). Sum of RGB (Red+Green+Blue) = 127+179+191=497 (65% of max value = 765). Red value is 127 (50% from 255 or 25.55% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #7FB3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB3BF is #804C40. Grayscale: #A4A4A4. Windows color (decimal): -8408129 or 12563327. OLE color: 12563327.

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

Color convert

RGB127179191-
CMYK0.340.0600.25
HSL191.25º33.33%62.35%-
HSV(B)191.25º33.51%74.9%-
XYZ34.2840.5155.3-
YUV164.82142.77101.02-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.55%
GREEN value IS 179 (70.31% from 255) = 36.02%
BLUE value IS 191 (75% from 255) = 38.43%
R=25.55%
G=36.02%
B=38.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271791910.340.0600.25191.2533.3362.35
Hex7FB3BF226019bf213e
Octal1772632774260312774176
Binary1111111101100111011111110001011001100110111111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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