#7EA0AD

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

Shades of Bali Hai #7EA0AD

Tints of Bali Hai #7EA0AD

Color information

#7EA0AD (or 0x7EA0AD) is unknown color: approx Bali Hai. HEX triplet: 7E, A0 and AD. RGB value is (126,160,173). Sum of RGB (Red+Green+Blue) = 126+160+173=459 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.45% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 173 - color contains mainly: blue. Hex color #7EA0AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA0AD is #815F52. Grayscale: #979797. Windows color (decimal): -8478547 or 11378814. OLE color: 11378814.

HSL color Cylindrical-coordinate representation of color #7EA0AD: hue angle of 196.6º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7EA0AD is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB126160173-
CMYK0.270.0800.32
HSL196.6º22.27%58.63%-
HSV(B)196.6º27.17%67.84%-
XYZ28.7232.5944.31-
YUV151.32140.24109.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.45%
GREEN value IS 160 (62.89% from 255) = 34.86%
BLUE value IS 173 (67.97% from 255) = 37.69%
R=27.45%
G=34.86%
B=37.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1261601730.270.0800.32196.622.2758.63
Hex7EA0AD1B8020c5163b
Octal17624025533100403052673
Binary1111110101000001010110111011100001000001100010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,160,173); }

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

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

 a { background-color: rgb(126,160,173); }

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

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

 span { border-color: rgb(126,160,173); }

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