#7EB8C4

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

Shades of Glacier #7EB8C4

Tints of Glacier #7EB8C4

Color information

#7EB8C4 (or 0x7EB8C4) is unknown color: approx Glacier. HEX triplet: 7E, B8 and C4. RGB value is (126,184,196). Sum of RGB (Red+Green+Blue) = 126+184+196=506 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.90% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 196 - color contains mainly: blue. Hex color #7EB8C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB8C4 is #81473B. Grayscale: #A7A7A7. Windows color (decimal): -8472380 or 12892286. OLE color: 12892286.

HSL color Cylindrical-coordinate representation of color #7EB8C4: hue angle of 190.29º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EB8C4 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB126184196-
CMYK0.360.0600.23
HSL190.29º37.23%63.14%-
HSV(B)190.29º35.71%76.86%-
XYZ35.7142.758.58-
YUV168.03143.7898.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.90%
GREEN value IS 184 (72.27% from 255) = 36.36%
BLUE value IS 196 (76.95% from 255) = 38.74%
R=24.90%
G=36.36%
B=38.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1261841960.360.0600.23190.2937.2363.14
Hex7EB8C4246017be253f
Octal1762703044460272764577
Binary1111110101110001100010010010011001011110111110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,184,196); }

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

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

 a { background-color: rgb(126,184,196); }

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

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

 span { border-color: rgb(126,184,196); }

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