#7EAAB0

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

Shades of Ziggurat #7EAAB0

Tints of Ziggurat #7EAAB0

Color information

#7EAAB0 (or 0x7EAAB0) is unknown color: approx Ziggurat. HEX triplet: 7E, AA and B0. RGB value is (126,170,176). Sum of RGB (Red+Green+Blue) = 126+170+176=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 176 - color contains mainly: blue. Hex color #7EAAB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAAB0 is #81554F. Grayscale: #9D9D9D. Windows color (decimal): -8475984 or 11577982. OLE color: 11577982.

HSL color Cylindrical-coordinate representation of color #7EAAB0: hue angle of 187.2º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7EAAB0 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB126170176-
CMYK0.280.0300.31
HSL187.2º24.04%59.22%-
HSV(B)187.2º28.41%69.02%-
XYZ30.8236.3246.46-
YUV157.53138.42105.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.69%
GREEN value IS 170 (66.80% from 255) = 36.02%
BLUE value IS 176 (69.14% from 255) = 37.29%
R=26.69%
G=36.02%
B=37.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261701760.280.0300.31187.224.0459.22
Hex7EAAB01C301Fbb183b
Octal1762522603430372733073
Binary1111110101010101011000011100110111111011101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,170,176); }

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

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

 a { background-color: rgb(126,170,176); }

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

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

 span { border-color: rgb(126,170,176); }

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