#7EADB2

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

Shades of Ziggurat #7EADB2

Tints of Ziggurat #7EADB2

Color information

#7EADB2 (or 0x7EADB2) is unknown color: approx Ziggurat. HEX triplet: 7E, AD and B2. RGB value is (126,173,178). Sum of RGB (Red+Green+Blue) = 126+173+178=477 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.42% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 178 - color contains mainly: blue. Hex color #7EADB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EADB2 is #81524D. Grayscale: #9F9F9F. Windows color (decimal): -8475214 or 11709822. OLE color: 11709822.

HSL color Cylindrical-coordinate representation of color #7EADB2: hue angle of 185.77º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7EADB2 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB126173178-
CMYK0.290.0300.30
HSL185.77º25.24%59.61%-
HSV(B)185.77º29.21%69.8%-
XYZ31.5837.5447.7-
YUV159.52138.43104.09-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.42%
GREEN value IS 173 (67.97% from 255) = 36.27%
BLUE value IS 178 (69.92% from 255) = 37.32%
R=26.42%
G=36.27%
B=37.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1261731780.290.0300.30185.7725.2459.61
Hex7EADB21D301Eba193c
Octal1762552623530362723174
Binary1111110101011011011001011101110111101011101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EADB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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