#7FBEBF

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

Shades of Glacier #7FBEBF

Tints of Glacier #7FBEBF

Color information

#7FBEBF (or 0x7FBEBF) is unknown color: approx Glacier. HEX triplet: 7F, BE and BF. RGB value is (127,190,191). Sum of RGB (Red+Green+Blue) = 127+190+191=508 (67% of max value = 765). Red value is 127 (50% from 255 or 25% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #7FBEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBEBF is #804140. Grayscale: #ABABAB. Windows color (decimal): -8405313 or 12566143. OLE color: 12566143.

HSL color Cylindrical-coordinate representation of color #7FBEBF: hue angle of 180.94º 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 #7FBEBF is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB127190191-
CMYK0.340.0100.25
HSL180.94º33.33%62.35%-
HSV(B)180.94º33.51%74.9%-
XYZ36.5745.156.07-
YUV171.28139.1396.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25%
GREEN value IS 190 (74.61% from 255) = 37.40%
BLUE value IS 191 (75% from 255) = 37.60%
R=25%
G=37.40%
B=37.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271901910.340.0100.25180.9433.3362.35
Hex7FBEBF221019b5213e
Octal1772762774210312654176
Binary11111111011111010111111100010101100110110101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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