Shades of Seagull #7ABEDE
Tints of Seagull #7ABEDE
RGB
CMYK
RGB Variations
Color information
#7ABEDE (or 0x7ABEDE) is known color: Seagull. HEX triplet: 7A, BE and DE. RGB value is (122,190,222). Sum of RGB (Red+Green+Blue) = 122+190+222=534 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.85% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #7ABEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABEDE is #854121. Grayscale: #ADADAD. Windows color (decimal): -8732962 or 14597754. OLE color: 14597754.
HSL color Cylindrical-coordinate representation of color #7ABEDE: hue angle of 199.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ABEDE is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 190 | 222 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.13 |
| HSL | 199.2º | 0.6% | 0.67% | - |
| HSV(B) | 199.2º | 0.45% | 0.87% | - |
| XYZ | 39.62 | 46.24 | 75.94 | - |
| YUV | 173.32 | 155.47 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 222 | 0.45 | 0.14 | 0 | 0.13 | 199.2 | 0.6 | 0.67 |
| Hex | 7A | BE | DE | 2D | E | 0 | D | C7 | 3C | 43 |
| Octal | 172 | 276 | 336 | 55 | 16 | 0 | 15 | 307 | 74 | 103 |
| Binary | 1111010 | 10111110 | 11011110 | 101101 | 1110 | 0 | 1101 | 11000111 | 111100 | 1000011 |
Color Harmonies of #7ABEDE
Complementary color
Monochromatic Colors of #7ABEDE
Black with #7ABEDE
Text Example
Text Example
White with #7ABEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABEDE; }
p { color: rgb(122,190,222); }
H1.HeaderClassName
{
color: #7ABEDE;
}
.AnyTagClassName
{
color: #7ABEDE;
}
</style>
background-color css
<style>
a { background-color: #7ABEDE; }
a { background-color: rgb(122,190,222); }
div.DivClassName
{
background-color: #7ABEDE;
}
.BgClassName
{
background-color: #7ABEDE;
}
</style>
border-color css
<style>
span { border-color: #7ABEDE; }
span { border-color: rgb(122,190,222); }
td.TdClassName
{
border-color: #7ABEDE;
}
.TagClassName
{
border-color: #7ABEDE;
}
</style>