Shades of Ziggurat #7DAAB3
Tints of Ziggurat #7DAAB3
RGB
CMYK
RGB Variations
Color information
#7DAAB3 (or 0x7DAAB3) is known color: Ziggurat. HEX triplet: 7D, AA and B3. RGB value is (125,170,179). Sum of RGB (Red+Green+Blue) = 125+170+179=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 179 - color contains mainly: blue. Hex color #7DAAB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAAB3 is #82554C. Grayscale: #9D9D9D. Windows color (decimal): -8541517 or 11774589. OLE color: 11774589.
HSL color Cylindrical-coordinate representation of color #7DAAB3: hue angle of 190º 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 #7DAAB3 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 170 | 179 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.30 |
| HSL | 190º | 0.26% | 0.6% | - |
| HSV(B) | 190º | 0.3% | 0.7% | - |
| XYZ | 30.97 | 36.36 | 48.03 | - |
| YUV | 157.57 | 140.09 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 179 | 0.30 | 0.05 | 0 | 0.30 | 190 | 0.26 | 0.6 |
| Hex | 7D | AA | B3 | 1E | 5 | 0 | 1E | BE | 1A | 3C |
| Octal | 175 | 252 | 263 | 36 | 5 | 0 | 36 | 276 | 32 | 74 |
| Binary | 1111101 | 10101010 | 10110011 | 11110 | 101 | 0 | 11110 | 10111110 | 11010 | 111100 |
Color Harmonies of #7DAAB3
Complementary color
Monochromatic Colors of #7DAAB3
Black with #7DAAB3
Text Example
Text Example
White with #7DAAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAAB3; }
p { color: rgb(125,170,179); }
H1.HeaderClassName
{
color: #7DAAB3;
}
.AnyTagClassName
{
color: #7DAAB3;
}
</style>
background-color css
<style>
a { background-color: #7DAAB3; }
a { background-color: rgb(125,170,179); }
div.DivClassName
{
background-color: #7DAAB3;
}
.BgClassName
{
background-color: #7DAAB3;
}
</style>
border-color css
<style>
span { border-color: #7DAAB3; }
span { border-color: rgb(125,170,179); }
td.TdClassName
{
border-color: #7DAAB3;
}
.TagClassName
{
border-color: #7DAAB3;
}
</style>