#7EBEC3

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

Shades of Glacier #7EBEC3

Tints of Glacier #7EBEC3

Color information

#7EBEC3 (or 0x7EBEC3) is unknown color: approx Glacier. HEX triplet: 7E, BE and C3. RGB value is (126,190,195). Sum of RGB (Red+Green+Blue) = 126+190+195=511 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.66% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 195 - color contains mainly: blue. Hex color #7EBEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBEC3 is #81413C. Grayscale: #ABABAB. Windows color (decimal): -8470845 or 12828286. OLE color: 12828286.

HSL color Cylindrical-coordinate representation of color #7EBEC3: hue angle of 184.35º degrees, saturation: 0.37, 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 #7EBEC3 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB126190195-
CMYK0.350.0300.24
HSL184.35º36.51%62.94%-
HSV(B)184.35º35.38%76.47%-
XYZ36.8745.258.41-
YUV171.43141.395.59-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.66%
GREEN value IS 190 (74.61% from 255) = 37.18%
BLUE value IS 195 (76.56% from 255) = 38.16%
R=24.66%
G=37.18%
B=38.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1261901950.350.0300.24184.3536.5162.94
Hex7EBEC3233018b8253f
Octal1762763034330302704577
Binary111111010111110110000111000111101100010111000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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