Shades of Seagull #7ABEDA
Tints of Seagull #7ABEDA
RGB
CMYK
RGB Variations
Color information
#7ABEDA (or 0x7ABEDA) is known color: Seagull. HEX triplet: 7A, BE and DA. RGB value is (122,190,218). Sum of RGB (Red+Green+Blue) = 122+190+218=530 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.02% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #7ABEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABEDA is #854125. Grayscale: #ACACAC. Windows color (decimal): -8732966 or 14335610. OLE color: 14335610.
HSL color Cylindrical-coordinate representation of color #7ABEDA: hue angle of 197.5º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ABEDA is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 190 | 218 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.15 |
| HSL | 197.5º | 0.56% | 0.67% | - |
| HSV(B) | 197.5º | 0.44% | 0.85% | - |
| XYZ | 39.09 | 46.03 | 73.15 | - |
| YUV | 172.86 | 153.47 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 218 | 0.44 | 0.13 | 0 | 0.15 | 197.5 | 0.56 | 0.67 |
| Hex | 7A | BE | DA | 2C | D | 0 | F | C6 | 38 | 43 |
| Octal | 172 | 276 | 332 | 54 | 15 | 0 | 17 | 306 | 70 | 103 |
| Binary | 1111010 | 10111110 | 11011010 | 101100 | 1101 | 0 | 1111 | 11000110 | 111000 | 1000011 |
Color Harmonies of #7ABEDA
Complementary color
Monochromatic Colors of #7ABEDA
Black with #7ABEDA
Text Example
Text Example
White with #7ABEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABEDA; }
p { color: rgb(122,190,218); }
H1.HeaderClassName
{
color: #7ABEDA;
}
.AnyTagClassName
{
color: #7ABEDA;
}
</style>
background-color css
<style>
a { background-color: #7ABEDA; }
a { background-color: rgb(122,190,218); }
div.DivClassName
{
background-color: #7ABEDA;
}
.BgClassName
{
background-color: #7ABEDA;
}
</style>
border-color css
<style>
span { border-color: #7ABEDA; }
span { border-color: rgb(122,190,218); }
td.TdClassName
{
border-color: #7ABEDA;
}
.TagClassName
{
border-color: #7ABEDA;
}
</style>