Shades of Seagull #7ABEDC
Tints of Seagull #7ABEDC
RGB
CMYK
RGB Variations
Color information
#7ABEDC (or 0x7ABEDC) is known color: Seagull. HEX triplet: 7A, BE and DC. RGB value is (122,190,220). Sum of RGB (Red+Green+Blue) = 122+190+220=532 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.93% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #7ABEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABEDC is #854123. Grayscale: #ACACAC. Windows color (decimal): -8732964 or 14466682. OLE color: 14466682.
HSL color Cylindrical-coordinate representation of color #7ABEDC: hue angle of 198.37º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ABEDC is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 190 | 220 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.14 |
| HSL | 198.37º | 0.58% | 0.67% | - |
| HSV(B) | 198.37º | 0.45% | 0.86% | - |
| XYZ | 39.36 | 46.13 | 74.54 | - |
| YUV | 173.09 | 154.47 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 220 | 0.45 | 0.14 | 0 | 0.14 | 198.37 | 0.58 | 0.67 |
| Hex | 7A | BE | DC | 2D | E | 0 | E | C6 | 3A | 43 |
| Octal | 172 | 276 | 334 | 55 | 16 | 0 | 16 | 306 | 72 | 103 |
| Binary | 1111010 | 10111110 | 11011100 | 101101 | 1110 | 0 | 1110 | 11000110 | 111010 | 1000011 |
Color Harmonies of #7ABEDC
Complementary color
Monochromatic Colors of #7ABEDC
Black with #7ABEDC
Text Example
Text Example
White with #7ABEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABEDC; }
p { color: rgb(122,190,220); }
H1.HeaderClassName
{
color: #7ABEDC;
}
.AnyTagClassName
{
color: #7ABEDC;
}
</style>
background-color css
<style>
a { background-color: #7ABEDC; }
a { background-color: rgb(122,190,220); }
div.DivClassName
{
background-color: #7ABEDC;
}
.BgClassName
{
background-color: #7ABEDC;
}
</style>
border-color css
<style>
span { border-color: #7ABEDC; }
span { border-color: rgb(122,190,220); }
td.TdClassName
{
border-color: #7ABEDC;
}
.TagClassName
{
border-color: #7ABEDC;
}
</style>