#7FBAC5

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

Shades of Glacier #7FBAC5

Tints of Glacier #7FBAC5

Color information

#7FBAC5 (or 0x7FBAC5) is unknown color: approx Glacier. HEX triplet: 7F, BA and C5. RGB value is (127,186,197). Sum of RGB (Red+Green+Blue) = 127+186+197=510 (67% of max value = 765). Red value is 127 (50% from 255 or 24.90% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 197 - color contains mainly: blue. Hex color #7FBAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBAC5 is #80453A. Grayscale: #A9A9A9. Windows color (decimal): -8406331 or 12958335. OLE color: 12958335.

HSL color Cylindrical-coordinate representation of color #7FBAC5: hue angle of 189.43º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FBAC5 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB127186197-
CMYK0.360.0600.23
HSL189.43º37.63%63.53%-
HSV(B)189.43º35.53%77.25%-
XYZ36.3943.6659.33-
YUV169.61143.4597.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.90%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 197 (77.34% from 255) = 38.63%
R=24.90%
G=36.47%
B=38.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1271861970.360.0600.23189.4337.6363.53
Hex7FBAC5246017bd2640
Octal17727230544602727546100
Binary11111111011101011000101100100110010111101111011001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,186,197); }

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

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

 a { background-color: rgb(127,186,197); }

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

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

 span { border-color: rgb(127,186,197); }

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