Shades of Seagull #7ABADE
Tints of Seagull #7ABADE
RGB
CMYK
RGB Variations
Color information
#7ABADE (or 0x7ABADE) is known color: Seagull. HEX triplet: 7A, BA and DE. RGB value is (122,186,222). Sum of RGB (Red+Green+Blue) = 122+186+222=530 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.02% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #7ABADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABADE is #854521. Grayscale: #AAAAAA. Windows color (decimal): -8733986 or 14596730. OLE color: 14596730.
HSL color Cylindrical-coordinate representation of color #7ABADE: hue angle of 201.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ABADE is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 186 | 222 | - |
| CMYK | 0.45 | 0.16 | 0 | 0.13 |
| HSL | 201.6º | 0.6% | 0.67% | - |
| HSV(B) | 201.6º | 0.45% | 0.87% | - |
| XYZ | 38.77 | 44.53 | 75.66 | - |
| YUV | 170.97 | 156.8 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 222 | 0.45 | 0.16 | 0 | 0.13 | 201.6 | 0.6 | 0.67 |
| Hex | 7A | BA | DE | 2D | 10 | 0 | D | CA | 3C | 43 |
| Octal | 172 | 272 | 336 | 55 | 20 | 0 | 15 | 312 | 74 | 103 |
| Binary | 1111010 | 10111010 | 11011110 | 101101 | 10000 | 0 | 1101 | 11001010 | 111100 | 1000011 |
Color Harmonies of #7ABADE
Complementary color
Monochromatic Colors of #7ABADE
Black with #7ABADE
Text Example
Text Example
White with #7ABADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABADE; }
p { color: rgb(122,186,222); }
H1.HeaderClassName
{
color: #7ABADE;
}
.AnyTagClassName
{
color: #7ABADE;
}
</style>
background-color css
<style>
a { background-color: #7ABADE; }
a { background-color: rgb(122,186,222); }
div.DivClassName
{
background-color: #7ABADE;
}
.BgClassName
{
background-color: #7ABADE;
}
</style>
border-color css
<style>
span { border-color: #7ABADE; }
span { border-color: rgb(122,186,222); }
td.TdClassName
{
border-color: #7ABADE;
}
.TagClassName
{
border-color: #7ABADE;
}
</style>