Shades of Seagull #7AADCD
Tints of Seagull #7AADCD
RGB
CMYK
RGB Variations
Color information
#7AADCD (or 0x7AADCD) is known color: Seagull. HEX triplet: 7A, AD and CD. RGB value is (122,173,205). Sum of RGB (Red+Green+Blue) = 122+173+205=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #7AADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADCD is #855232. Grayscale: #A1A1A1. Windows color (decimal): -8737331 or 13479290. OLE color: 13479290.
HSL color Cylindrical-coordinate representation of color #7AADCD: hue angle of 203.13º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AADCD is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 173 | 205 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.20 |
| HSL | 203.13º | 0.45% | 0.64% | - |
| HSV(B) | 203.13º | 0.4% | 0.8% | - |
| XYZ | 33.99 | 38.43 | 63.38 | - |
| YUV | 161.4 | 152.6 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 205 | 0.40 | 0.16 | 0 | 0.20 | 203.13 | 0.45 | 0.64 |
| Hex | 7A | AD | CD | 28 | 10 | 0 | 14 | CB | 2D | 40 |
| Octal | 172 | 255 | 315 | 50 | 20 | 0 | 24 | 313 | 55 | 100 |
| Binary | 1111010 | 10101101 | 11001101 | 101000 | 10000 | 0 | 10100 | 11001011 | 101101 | 1000000 |
Color Harmonies of #7AADCD
Complementary color
Monochromatic Colors of #7AADCD
Black with #7AADCD
Text Example
Text Example
White with #7AADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AADCD; }
p { color: rgb(122,173,205); }
H1.HeaderClassName
{
color: #7AADCD;
}
.AnyTagClassName
{
color: #7AADCD;
}
</style>
background-color css
<style>
a { background-color: #7AADCD; }
a { background-color: rgb(122,173,205); }
div.DivClassName
{
background-color: #7AADCD;
}
.BgClassName
{
background-color: #7AADCD;
}
</style>
border-color css
<style>
span { border-color: #7AADCD; }
span { border-color: rgb(122,173,205); }
td.TdClassName
{
border-color: #7AADCD;
}
.TagClassName
{
border-color: #7AADCD;
}
</style>