Shades of Seagull #7AADD0
Tints of Seagull #7AADD0
RGB
CMYK
RGB Variations
Color information
#7AADD0 (or 0x7AADD0) is known color: Seagull. HEX triplet: 7A, AD and D0. RGB value is (122,173,208). Sum of RGB (Red+Green+Blue) = 122+173+208=503 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.25% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #7AADD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADD0 is #85522F. Grayscale: #A1A1A1. Windows color (decimal): -8737328 or 13675898. OLE color: 13675898.
HSL color Cylindrical-coordinate representation of color #7AADD0: hue angle of 204.42º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AADD0 is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 173 | 208 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.18 |
| HSL | 204.42º | 0.48% | 0.65% | - |
| HSV(B) | 204.42º | 0.41% | 0.82% | - |
| XYZ | 34.35 | 38.58 | 65.31 | - |
| YUV | 161.74 | 154.1 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 208 | 0.41 | 0.17 | 0 | 0.18 | 204.42 | 0.48 | 0.65 |
| Hex | 7A | AD | D0 | 29 | 11 | 0 | 12 | CC | 30 | 41 |
| Octal | 172 | 255 | 320 | 51 | 21 | 0 | 22 | 314 | 60 | 101 |
| Binary | 1111010 | 10101101 | 11010000 | 101001 | 10001 | 0 | 10010 | 11001100 | 110000 | 1000001 |
Color Harmonies of #7AADD0
Complementary color
Monochromatic Colors of #7AADD0
Black with #7AADD0
Text Example
Text Example
White with #7AADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AADD0; }
p { color: rgb(122,173,208); }
H1.HeaderClassName
{
color: #7AADD0;
}
.AnyTagClassName
{
color: #7AADD0;
}
</style>
background-color css
<style>
a { background-color: #7AADD0; }
a { background-color: rgb(122,173,208); }
div.DivClassName
{
background-color: #7AADD0;
}
.BgClassName
{
background-color: #7AADD0;
}
</style>
border-color css
<style>
span { border-color: #7AADD0; }
span { border-color: rgb(122,173,208); }
td.TdClassName
{
border-color: #7AADD0;
}
.TagClassName
{
border-color: #7AADD0;
}
</style>