Shades of Seagull #7ABEE2
Tints of Seagull #7ABEE2
RGB
CMYK
RGB Variations
Color information
#7ABEE2 (or 0x7ABEE2) is known color: Seagull. HEX triplet: 7A, BE and E2. RGB value is (122,190,226). Sum of RGB (Red+Green+Blue) = 122+190+226=538 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.68% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 226 (88.67% from 255 or 42.01% from 538); Max value from RGB is 226 - color contains mainly: blue. Hex color #7ABEE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABEE2 is #85411D. Grayscale: #ADADAD. Windows color (decimal): -8732958 or 14859898. OLE color: 14859898.
HSL color Cylindrical-coordinate representation of color #7ABEE2: hue angle of 200.77º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7ABEE2 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 122 | 190 | 226 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.11 |
| HSL | 200.77º | 0.64% | 0.68% | - |
| HSV(B) | 200.77º | 0.46% | 0.89% | - |
| XYZ | 40.17 | 46.46 | 78.8 | - |
| YUV | 173.77 | 157.47 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 226 | 0.46 | 0.16 | 0 | 0.11 | 200.77 | 0.64 | 0.68 |
| Hex | 7A | BE | E2 | 2E | 10 | 0 | B | C9 | 40 | 44 |
| Octal | 172 | 276 | 342 | 56 | 20 | 0 | 13 | 311 | 100 | 104 |
| Binary | 1111010 | 10111110 | 11100010 | 101110 | 10000 | 0 | 1011 | 11001001 | 1000000 | 1000100 |
Color Harmonies of #7ABEE2
Complementary color
Monochromatic Colors of #7ABEE2
Black with #7ABEE2
Text Example
Text Example
White with #7ABEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABEE2; }
p { color: rgb(122,190,226); }
H1.HeaderClassName
{
color: #7ABEE2;
}
.AnyTagClassName
{
color: #7ABEE2;
}
</style>
background-color css
<style>
a { background-color: #7ABEE2; }
a { background-color: rgb(122,190,226); }
div.DivClassName
{
background-color: #7ABEE2;
}
.BgClassName
{
background-color: #7ABEE2;
}
</style>
border-color css
<style>
span { border-color: #7ABEE2; }
span { border-color: rgb(122,190,226); }
td.TdClassName
{
border-color: #7ABEE2;
}
.TagClassName
{
border-color: #7ABEE2;
}
</style>