Shades of Seagull #7AADCE
Tints of Seagull #7AADCE
RGB
CMYK
RGB Variations
Color information
#7AADCE (or 0x7AADCE) is known color: Seagull. HEX triplet: 7A, AD and CE. RGB value is (122,173,206). Sum of RGB (Red+Green+Blue) = 122+173+206=501 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.35% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADCE is #855231. Grayscale: #A1A1A1. Windows color (decimal): -8737330 or 13544826. OLE color: 13544826.
HSL color Cylindrical-coordinate representation of color #7AADCE: hue angle of 203.57º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AADCE is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 173 | 206 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.19 |
| HSL | 203.57º | 0.46% | 0.64% | - |
| HSV(B) | 203.57º | 0.41% | 0.81% | - |
| XYZ | 34.11 | 38.48 | 64.02 | - |
| YUV | 161.51 | 153.1 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 206 | 0.41 | 0.16 | 0 | 0.19 | 203.57 | 0.46 | 0.64 |
| Hex | 7A | AD | CE | 29 | 10 | 0 | 13 | CC | 2E | 40 |
| Octal | 172 | 255 | 316 | 51 | 20 | 0 | 23 | 314 | 56 | 100 |
| Binary | 1111010 | 10101101 | 11001110 | 101001 | 10000 | 0 | 10011 | 11001100 | 101110 | 1000000 |
Color Harmonies of #7AADCE
Complementary color
Monochromatic Colors of #7AADCE
Black with #7AADCE
Text Example
Text Example
White with #7AADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AADCE; }
p { color: rgb(122,173,206); }
H1.HeaderClassName
{
color: #7AADCE;
}
.AnyTagClassName
{
color: #7AADCE;
}
</style>
background-color css
<style>
a { background-color: #7AADCE; }
a { background-color: rgb(122,173,206); }
div.DivClassName
{
background-color: #7AADCE;
}
.BgClassName
{
background-color: #7AADCE;
}
</style>
border-color css
<style>
span { border-color: #7AADCE; }
span { border-color: rgb(122,173,206); }
td.TdClassName
{
border-color: #7AADCE;
}
.TagClassName
{
border-color: #7AADCE;
}
</style>