#7EBDC0

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

Shades of Glacier #7EBDC0

Tints of Glacier #7EBDC0

Color information

#7EBDC0 (or 0x7EBDC0) is unknown color: approx Glacier. HEX triplet: 7E, BD and C0. RGB value is (126,189,192). Sum of RGB (Red+Green+Blue) = 126+189+192=507 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.85% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 192 - color contains mainly: blue. Hex color #7EBDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBDC0 is #81423F. Grayscale: #AAAAAA. Windows color (decimal): -8471104 or 12631422. OLE color: 12631422.

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

Color convert

RGB126189192-
CMYK0.340.0200.25
HSL182.73º34.38%62.35%-
HSV(B)182.73º34.38%75.29%-
XYZ36.3244.6456.57-
YUV170.5140.1396.26-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.85%
GREEN value IS 189 (74.22% from 255) = 37.28%
BLUE value IS 192 (75.39% from 255) = 37.87%
R=24.85%
G=37.28%
B=37.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261891920.340.0200.25182.7334.3862.35
Hex7EBDC0222019b7223e
Octal1762753004220312674276
Binary111111010111101110000001000101001100110110111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,189,192); }

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

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

 a { background-color: rgb(126,189,192); }

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

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

 span { border-color: rgb(126,189,192); }

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