#7DABB0

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

Shades of Ziggurat #7DABB0

Tints of Ziggurat #7DABB0

Color information

#7DABB0 (or 0x7DABB0) is unknown color: approx Ziggurat. HEX triplet: 7D, AB and B0. RGB value is (125,171,176). Sum of RGB (Red+Green+Blue) = 125+171+176=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 171 (67.19% from 255 or 36.23% 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 #7DABB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DABB0 is #82544F. Grayscale: #9D9D9D. Windows color (decimal): -8541264 or 11578237. OLE color: 11578237.

HSL color Cylindrical-coordinate representation of color #7DABB0: hue angle of 185.88º degrees, saturation: 0.24, 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 #7DABB0 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB125171176-
CMYK0.290.0300.31
HSL185.88º24.4%59.02%-
HSV(B)185.88º28.98%69.02%-
XYZ30.8636.6246.52-
YUV157.82138.26104.59-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.48%
GREEN value IS 171 (67.19% from 255) = 36.23%
BLUE value IS 176 (69.14% from 255) = 37.29%
R=26.48%
G=36.23%
B=37.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251711760.290.0300.31185.8824.459.02
Hex7DABB01D301Fba183b
Octal1752532603530372723073
Binary1111101101010111011000011101110111111011101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,171,176); }

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

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

 a { background-color: rgb(125,171,176); }

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

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

 span { border-color: rgb(125,171,176); }

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