Shades of Seagull #7ABFE3
Tints of Seagull #7ABFE3
RGB
CMYK
RGB Variations
Color information
#7ABFE3 (or 0x7ABFE3) is known color: Seagull. HEX triplet: 7A, BF and E3. RGB value is (122,191,227). Sum of RGB (Red+Green+Blue) = 122+191+227=540 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.59% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 227 (89.06% from 255 or 42.04% from 540); Max value from RGB is 227 - color contains mainly: blue. Hex color #7ABFE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFE3 is #85401C. Grayscale: #AEAEAE. Windows color (decimal): -8732701 or 14925690. OLE color: 14925690.
HSL color Cylindrical-coordinate representation of color #7ABFE3: hue angle of 200.57º degrees, saturation: 0.65, 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 #7ABFE3 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 122 | 191 | 227 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.11 |
| HSL | 200.57º | 0.65% | 0.68% | - |
| HSV(B) | 200.57º | 0.46% | 0.89% | - |
| XYZ | 40.52 | 46.95 | 79.6 | - |
| YUV | 174.47 | 157.64 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 227 | 0.46 | 0.16 | 0 | 0.11 | 200.57 | 0.65 | 0.68 |
| Hex | 7A | BF | E3 | 2E | 10 | 0 | B | C9 | 41 | 44 |
| Octal | 172 | 277 | 343 | 56 | 20 | 0 | 13 | 311 | 101 | 104 |
| Binary | 1111010 | 10111111 | 11100011 | 101110 | 10000 | 0 | 1011 | 11001001 | 1000001 | 1000100 |
Color Harmonies of #7ABFE3
Complementary color
Monochromatic Colors of #7ABFE3
Black with #7ABFE3
Text Example
Text Example
White with #7ABFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABFE3; }
p { color: rgb(122,191,227); }
H1.HeaderClassName
{
color: #7ABFE3;
}
.AnyTagClassName
{
color: #7ABFE3;
}
</style>
background-color css
<style>
a { background-color: #7ABFE3; }
a { background-color: rgb(122,191,227); }
div.DivClassName
{
background-color: #7ABFE3;
}
.BgClassName
{
background-color: #7ABFE3;
}
</style>
border-color css
<style>
span { border-color: #7ABFE3; }
span { border-color: rgb(122,191,227); }
td.TdClassName
{
border-color: #7ABFE3;
}
.TagClassName
{
border-color: #7ABFE3;
}
</style>