#7EBAC2

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

Shades of Glacier #7EBAC2

Tints of Glacier #7EBAC2

Color information

#7EBAC2 (or 0x7EBAC2) is unknown color: approx Glacier. HEX triplet: 7E, BA and C2. RGB value is (126,186,194). Sum of RGB (Red+Green+Blue) = 126+186+194=506 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.90% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 194 - color contains mainly: blue. Hex color #7EBAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBAC2 is #81453D. Grayscale: #A8A8A8. Windows color (decimal): -8471870 or 12761726. OLE color: 12761726.

HSL color Cylindrical-coordinate representation of color #7EBAC2: hue angle of 187.06º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EBAC2 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB126186194-
CMYK0.350.0400.24
HSL187.06º35.79%62.75%-
HSV(B)187.06º35.05%76.08%-
XYZ35.943.4557.53-
YUV168.97142.1297.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.90%
GREEN value IS 186 (73.05% from 255) = 36.76%
BLUE value IS 194 (76.17% from 255) = 38.34%
R=24.90%
G=36.76%
B=38.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1261861940.350.0400.24187.0635.7962.75
Hex7EBAC2234018bb243f
Octal1762723024340302734477
Binary1111110101110101100001010001110001100010111011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,186,194); }

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

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

 a { background-color: rgb(126,186,194); }

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

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

 span { border-color: rgb(126,186,194); }

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