#7FB1B8

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

Shades of Glacier #7FB1B8

Tints of Glacier #7FB1B8

Color information

#7FB1B8 (or 0x7FB1B8) is unknown color: approx Glacier. HEX triplet: 7F, B1 and B8. RGB value is (127,177,184). Sum of RGB (Red+Green+Blue) = 127+177+184=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 184 - color contains mainly: blue. Hex color #7FB1B8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FB1B8 is #804E47. Grayscale: #A2A2A2. Windows color (decimal): -8408648 or 12104063. OLE color: 12104063.

HSL color Cylindrical-coordinate representation of color #7FB1B8: hue angle of 187.37º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB1B8 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB127177184-
CMYK0.310.0400.28
HSL187.37º28.64%60.98%-
HSV(B)187.37º30.98%72.16%-
XYZ33.1339.4251.21-
YUV162.85139.94102.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.02%
GREEN value IS 177 (69.53% from 255) = 36.27%
BLUE value IS 184 (72.27% from 255) = 37.70%
R=26.02%
G=36.27%
B=37.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1271771840.310.0400.28187.3728.6460.98
Hex7FB1B81F401Cbb1d3d
Octal1772612703740342733575
Binary11111111011000110111000111111000111001011101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,177,184); }

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

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

 a { background-color: rgb(127,177,184); }

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

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

 span { border-color: rgb(127,177,184); }

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