Shades of Seagull #7ABADC
Tints of Seagull #7ABADC
RGB
CMYK
RGB Variations
Color information
#7ABADC (or 0x7ABADC) is known color: Seagull. HEX triplet: 7A, BA and DC. RGB value is (122,186,220). Sum of RGB (Red+Green+Blue) = 122+186+220=528 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.11% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #7ABADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABADC is #854523. Grayscale: #AAAAAA. Windows color (decimal): -8733988 or 14465658. OLE color: 14465658.
HSL color Cylindrical-coordinate representation of color #7ABADC: hue angle of 200.82º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ABADC is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 186 | 220 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.14 |
| HSL | 200.82º | 0.58% | 0.67% | - |
| HSV(B) | 200.82º | 0.45% | 0.86% | - |
| XYZ | 38.5 | 44.42 | 74.26 | - |
| YUV | 170.74 | 155.8 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 220 | 0.45 | 0.15 | 0 | 0.14 | 200.82 | 0.58 | 0.67 |
| Hex | 7A | BA | DC | 2D | F | 0 | E | C9 | 3A | 43 |
| Octal | 172 | 272 | 334 | 55 | 17 | 0 | 16 | 311 | 72 | 103 |
| Binary | 1111010 | 10111010 | 11011100 | 101101 | 1111 | 0 | 1110 | 11001001 | 111010 | 1000011 |
Color Harmonies of #7ABADC
Complementary color
Monochromatic Colors of #7ABADC
Black with #7ABADC
Text Example
Text Example
White with #7ABADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABADC; }
p { color: rgb(122,186,220); }
H1.HeaderClassName
{
color: #7ABADC;
}
.AnyTagClassName
{
color: #7ABADC;
}
</style>
background-color css
<style>
a { background-color: #7ABADC; }
a { background-color: rgb(122,186,220); }
div.DivClassName
{
background-color: #7ABADC;
}
.BgClassName
{
background-color: #7ABADC;
}
</style>
border-color css
<style>
span { border-color: #7ABADC; }
span { border-color: rgb(122,186,220); }
td.TdClassName
{
border-color: #7ABADC;
}
.TagClassName
{
border-color: #7ABADC;
}
</style>