#7EBEBF

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

Shades of Glacier #7EBEBF

Tints of Glacier #7EBEBF

Color information

#7EBEBF (or 0x7EBEBF) is unknown color: approx Glacier. HEX triplet: 7E, BE and BF. RGB value is (126,190,191). Sum of RGB (Red+Green+Blue) = 126+190+191=507 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.85% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #7EBEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBEBF is #814140. Grayscale: #AAAAAA. Windows color (decimal): -8470849 or 12566142. OLE color: 12566142.

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

Color convert

RGB126190191-
CMYK0.340.0100.25
HSL180.92º33.68%62.16%-
HSV(B)180.92º34.03%74.9%-
XYZ36.4245.0256.06-
YUV170.98139.395.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.85%
GREEN value IS 190 (74.61% from 255) = 37.48%
BLUE value IS 191 (75% from 255) = 37.67%
R=24.85%
G=37.48%
B=37.67%

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
Decimal1261901910.340.0100.25180.9233.6862.16
Hex7EBEBF221019b5223e
Octal1762762774210312654276
Binary11111101011111010111111100010101100110110101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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