#7DAAB1

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

Shades of Ziggurat #7DAAB1

Tints of Ziggurat #7DAAB1

Color information

#7DAAB1 (or 0x7DAAB1) is unknown color: approx Ziggurat. HEX triplet: 7D, AA and B1. RGB value is (125,170,177). Sum of RGB (Red+Green+Blue) = 125+170+177=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 177 - color contains mainly: blue. Hex color #7DAAB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAAB1 is #82554E. Grayscale: #9D9D9D. Windows color (decimal): -8541519 or 11643517. OLE color: 11643517.

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

Color convert

RGB125170177-
CMYK0.290.0400.31
HSL188.08º25%59.22%-
HSV(B)188.08º29.38%69.41%-
XYZ30.7736.2846.98-
YUV157.34139.09104.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.48%
GREEN value IS 170 (66.80% from 255) = 36.02%
BLUE value IS 177 (69.53% from 255) = 37.5%
R=26.48%
G=36.02%
B=37.5%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251701770.290.0400.31188.082559.22
Hex7DAAB11D401Fbc193b
Octal1752522613540372743173
Binary11111011010101010110001111011000111111011110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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