Shades of Seagull #7ABADB
Tints of Seagull #7ABADB
RGB
CMYK
RGB Variations
Color information
#7ABADB (or 0x7ABADB) is known color: Seagull. HEX triplet: 7A, BA and DB. RGB value is (122,186,219). Sum of RGB (Red+Green+Blue) = 122+186+219=527 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.15% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #7ABADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABADB is #854524. Grayscale: #AAAAAA. Windows color (decimal): -8733989 or 14400122. OLE color: 14400122.
HSL color Cylindrical-coordinate representation of color #7ABADB: hue angle of 200.41º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ABADB is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 186 | 219 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.14 |
| HSL | 200.41º | 0.57% | 0.67% | - |
| HSV(B) | 200.41º | 0.44% | 0.86% | - |
| XYZ | 38.37 | 44.37 | 73.56 | - |
| YUV | 170.63 | 155.3 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 219 | 0.44 | 0.15 | 0 | 0.14 | 200.41 | 0.57 | 0.67 |
| Hex | 7A | BA | DB | 2C | F | 0 | E | C8 | 39 | 43 |
| Octal | 172 | 272 | 333 | 54 | 17 | 0 | 16 | 310 | 71 | 103 |
| Binary | 1111010 | 10111010 | 11011011 | 101100 | 1111 | 0 | 1110 | 11001000 | 111001 | 1000011 |
Color Harmonies of #7ABADB
Complementary color
Monochromatic Colors of #7ABADB
Black with #7ABADB
Text Example
Text Example
White with #7ABADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABADB; }
p { color: rgb(122,186,219); }
H1.HeaderClassName
{
color: #7ABADB;
}
.AnyTagClassName
{
color: #7ABADB;
}
</style>
background-color css
<style>
a { background-color: #7ABADB; }
a { background-color: rgb(122,186,219); }
div.DivClassName
{
background-color: #7ABADB;
}
.BgClassName
{
background-color: #7ABADB;
}
</style>
border-color css
<style>
span { border-color: #7ABADB; }
span { border-color: rgb(122,186,219); }
td.TdClassName
{
border-color: #7ABADB;
}
.TagClassName
{
border-color: #7ABADB;
}
</style>