Shades of Seagull #7ABEDB
Tints of Seagull #7ABEDB
RGB
CMYK
RGB Variations
Color information
#7ABEDB (or 0x7ABEDB) is known color: Seagull. HEX triplet: 7A, BE and DB. RGB value is (122,190,219). Sum of RGB (Red+Green+Blue) = 122+190+219=531 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.98% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #7ABEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABEDB is #854124. Grayscale: #ACACAC. Windows color (decimal): -8732965 or 14401146. OLE color: 14401146.
HSL color Cylindrical-coordinate representation of color #7ABEDB: hue angle of 197.94º 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 #7ABEDB is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 190 | 219 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.14 |
| HSL | 197.94º | 0.57% | 0.67% | - |
| HSV(B) | 197.94º | 0.44% | 0.86% | - |
| XYZ | 39.23 | 46.08 | 73.84 | - |
| YUV | 172.97 | 153.97 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 219 | 0.44 | 0.13 | 0 | 0.14 | 197.94 | 0.57 | 0.67 |
| Hex | 7A | BE | DB | 2C | D | 0 | E | C6 | 39 | 43 |
| Octal | 172 | 276 | 333 | 54 | 15 | 0 | 16 | 306 | 71 | 103 |
| Binary | 1111010 | 10111110 | 11011011 | 101100 | 1101 | 0 | 1110 | 11000110 | 111001 | 1000011 |
Color Harmonies of #7ABEDB
Complementary color
Monochromatic Colors of #7ABEDB
Black with #7ABEDB
Text Example
Text Example
White with #7ABEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABEDB; }
p { color: rgb(122,190,219); }
H1.HeaderClassName
{
color: #7ABEDB;
}
.AnyTagClassName
{
color: #7ABEDB;
}
</style>
background-color css
<style>
a { background-color: #7ABEDB; }
a { background-color: rgb(122,190,219); }
div.DivClassName
{
background-color: #7ABEDB;
}
.BgClassName
{
background-color: #7ABEDB;
}
</style>
border-color css
<style>
span { border-color: #7ABEDB; }
span { border-color: rgb(122,190,219); }
td.TdClassName
{
border-color: #7ABEDB;
}
.TagClassName
{
border-color: #7ABEDB;
}
</style>