#7DAAAE

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

Shades of Ziggurat #7DAAAE

Tints of Ziggurat #7DAAAE

Color information

#7DAAAE (or 0x7DAAAE) is unknown color: approx Ziggurat. HEX triplet: 7D, AA and AE. RGB value is (125,170,174). Sum of RGB (Red+Green+Blue) = 125+170+174=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: blue. Hex color #7DAAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAAAE is #825551. Grayscale: #9C9C9C. Windows color (decimal): -8541522 or 11446909. OLE color: 11446909.

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

Color convert

RGB125170174-
CMYK0.280.0200.32
HSL184.9º23.22%58.63%-
HSV(B)184.9º28.16%68.24%-
XYZ30.4736.1745.42-
YUV157137.59105.17-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.65%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=26.65%
G=36.25%
B=37.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251701740.280.0200.32184.923.2258.63
Hex7DAAAE1C2020b9173b
Octal1752522563420402712773
Binary11111011010101010101110111001001000001011100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,170,174); }

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

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

 a { background-color: rgb(125,170,174); }

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

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

 span { border-color: rgb(125,170,174); }

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