#7EADB3

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

Shades of Ziggurat #7EADB3

Tints of Ziggurat #7EADB3

Color information

#7EADB3 (or 0x7EADB3) is unknown color: approx Ziggurat. HEX triplet: 7E, AD and B3. RGB value is (126,173,179). Sum of RGB (Red+Green+Blue) = 126+173+179=478 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.36% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 179 - color contains mainly: blue. Hex color #7EADB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EADB3 is #81524C. Grayscale: #9F9F9F. Windows color (decimal): -8475213 or 11775358. OLE color: 11775358.

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

Color convert

RGB126173179-
CMYK0.300.0300.30
HSL186.79º25.85%59.8%-
HSV(B)186.79º29.61%70.2%-
XYZ31.6837.5848.23-
YUV159.63138.93104.01-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.36%
GREEN value IS 173 (67.97% from 255) = 36.19%
BLUE value IS 179 (70.31% from 255) = 37.45%
R=26.36%
G=36.19%
B=37.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1261731790.300.0300.30186.7925.8559.8
Hex7EADB31E301Ebb1a3c
Octal1762552633630362733274
Binary1111110101011011011001111110110111101011101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EADB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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