Shades of Seagull #7AABCC
Tints of Seagull #7AABCC
RGB
CMYK
RGB Variations
Color information
#7AABCC (or 0x7AABCC) is known color: Seagull. HEX triplet: 7A, AB and CC. RGB value is (122,171,204). Sum of RGB (Red+Green+Blue) = 122+171+204=497 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.55% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #7AABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AABCC is #855433. Grayscale: #9F9F9F. Windows color (decimal): -8737844 or 13413242. OLE color: 13413242.
HSL color Cylindrical-coordinate representation of color #7AABCC: hue angle of 204.15º 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 #7AABCC is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 171 | 204 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.2 |
| HSL | 204.15º | 0.45% | 0.64% | - |
| HSV(B) | 204.15º | 0.4% | 0.8% | - |
| XYZ | 33.49 | 37.62 | 62.62 | - |
| YUV | 160.11 | 152.77 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 204 | 0.40 | 0.16 | 0 | 0.2 | 204.15 | 0.45 | 0.64 |
| Hex | 7A | AB | CC | 28 | 10 | 0 | 14 | CC | 2D | 40 |
| Octal | 172 | 253 | 314 | 50 | 20 | 0 | 24 | 314 | 55 | 100 |
| Binary | 1111010 | 10101011 | 11001100 | 101000 | 10000 | 0 | 10100 | 11001100 | 101101 | 1000000 |
Color Harmonies of #7AABCC
Complementary color
Monochromatic Colors of #7AABCC
Black with #7AABCC
Text Example
Text Example
White with #7AABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AABCC; }
p { color: rgb(122,171,204); }
H1.HeaderClassName
{
color: #7AABCC;
}
.AnyTagClassName
{
color: #7AABCC;
}
</style>
background-color css
<style>
a { background-color: #7AABCC; }
a { background-color: rgb(122,171,204); }
div.DivClassName
{
background-color: #7AABCC;
}
.BgClassName
{
background-color: #7AABCC;
}
</style>
border-color css
<style>
span { border-color: #7AABCC; }
span { border-color: rgb(122,171,204); }
td.TdClassName
{
border-color: #7AABCC;
}
.TagClassName
{
border-color: #7AABCC;
}
</style>