Shades of Seagull #7ABADF
Tints of Seagull #7ABADF
RGB
CMYK
RGB Variations
Color information
#7ABADF (or 0x7ABADF) is known color: Seagull. HEX triplet: 7A, BA and DF. RGB value is (122,186,223). Sum of RGB (Red+Green+Blue) = 122+186+223=531 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.98% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #7ABADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABADF is #854520. Grayscale: #AAAAAA. Windows color (decimal): -8733985 or 14662266. OLE color: 14662266.
HSL color Cylindrical-coordinate representation of color #7ABADF: hue angle of 201.98º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ABADF is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 186 | 223 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.13 |
| HSL | 201.98º | 0.61% | 0.68% | - |
| HSV(B) | 201.98º | 0.45% | 0.87% | - |
| XYZ | 38.9 | 44.58 | 76.37 | - |
| YUV | 171.08 | 157.3 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 223 | 0.45 | 0.17 | 0 | 0.13 | 201.98 | 0.61 | 0.68 |
| Hex | 7A | BA | DF | 2D | 11 | 0 | D | CA | 3D | 44 |
| Octal | 172 | 272 | 337 | 55 | 21 | 0 | 15 | 312 | 75 | 104 |
| Binary | 1111010 | 10111010 | 11011111 | 101101 | 10001 | 0 | 1101 | 11001010 | 111101 | 1000100 |
Color Harmonies of #7ABADF
Complementary color
Monochromatic Colors of #7ABADF
Black with #7ABADF
Text Example
Text Example
White with #7ABADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABADF; }
p { color: rgb(122,186,223); }
H1.HeaderClassName
{
color: #7ABADF;
}
.AnyTagClassName
{
color: #7ABADF;
}
</style>
background-color css
<style>
a { background-color: #7ABADF; }
a { background-color: rgb(122,186,223); }
div.DivClassName
{
background-color: #7ABADF;
}
.BgClassName
{
background-color: #7ABADF;
}
</style>
border-color css
<style>
span { border-color: #7ABADF; }
span { border-color: rgb(122,186,223); }
td.TdClassName
{
border-color: #7ABADF;
}
.TagClassName
{
border-color: #7ABADF;
}
</style>