Shades of Seagull #7AABCE
Tints of Seagull #7AABCE
RGB
CMYK
RGB Variations
Color information
#7AABCE (or 0x7AABCE) is known color: Seagull. HEX triplet: 7A, AB and CE. RGB value is (122,171,206). Sum of RGB (Red+Green+Blue) = 122+171+206=499 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.45% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #7AABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AABCE is #855431. Grayscale: #A0A0A0. Windows color (decimal): -8737842 or 13544314. OLE color: 13544314.
HSL color Cylindrical-coordinate representation of color #7AABCE: hue angle of 205º 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 #7AABCE is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 171 | 206 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.19 |
| HSL | 205º | 0.46% | 0.64% | - |
| HSV(B) | 205º | 0.41% | 0.81% | - |
| XYZ | 33.73 | 37.72 | 63.9 | - |
| YUV | 160.34 | 153.77 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 206 | 0.41 | 0.17 | 0 | 0.19 | 205 | 0.46 | 0.64 |
| Hex | 7A | AB | CE | 29 | 11 | 0 | 13 | CD | 2E | 40 |
| Octal | 172 | 253 | 316 | 51 | 21 | 0 | 23 | 315 | 56 | 100 |
| Binary | 1111010 | 10101011 | 11001110 | 101001 | 10001 | 0 | 10011 | 11001101 | 101110 | 1000000 |
Color Harmonies of #7AABCE
Complementary color
Monochromatic Colors of #7AABCE
Black with #7AABCE
Text Example
Text Example
White with #7AABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AABCE; }
p { color: rgb(122,171,206); }
H1.HeaderClassName
{
color: #7AABCE;
}
.AnyTagClassName
{
color: #7AABCE;
}
</style>
background-color css
<style>
a { background-color: #7AABCE; }
a { background-color: rgb(122,171,206); }
div.DivClassName
{
background-color: #7AABCE;
}
.BgClassName
{
background-color: #7AABCE;
}
</style>
border-color css
<style>
span { border-color: #7AABCE; }
span { border-color: rgb(122,171,206); }
td.TdClassName
{
border-color: #7AABCE;
}
.TagClassName
{
border-color: #7AABCE;
}
</style>