Shades of Seagull #7ABFE1
Tints of Seagull #7ABFE1
RGB
CMYK
RGB Variations
Color information
#7ABFE1 (or 0x7ABFE1) is known color: Seagull. HEX triplet: 7A, BF and E1. RGB value is (122,191,225). Sum of RGB (Red+Green+Blue) = 122+191+225=538 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.68% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 225 - color contains mainly: blue. Hex color #7ABFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFE1 is #85401E. Grayscale: #AEAEAE. Windows color (decimal): -8732703 or 14794618. OLE color: 14794618.
HSL color Cylindrical-coordinate representation of color #7ABFE1: hue angle of 199.81º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7ABFE1 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 122 | 191 | 225 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.12 |
| HSL | 199.81º | 0.63% | 0.68% | - |
| HSV(B) | 199.81º | 0.46% | 0.88% | - |
| XYZ | 40.25 | 46.84 | 78.15 | - |
| YUV | 174.25 | 156.64 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 225 | 0.46 | 0.15 | 0 | 0.12 | 199.81 | 0.63 | 0.68 |
| Hex | 7A | BF | E1 | 2E | F | 0 | C | C8 | 3F | 44 |
| Octal | 172 | 277 | 341 | 56 | 17 | 0 | 14 | 310 | 77 | 104 |
| Binary | 1111010 | 10111111 | 11100001 | 101110 | 1111 | 0 | 1100 | 11001000 | 111111 | 1000100 |
Color Harmonies of #7ABFE1
Complementary color
Monochromatic Colors of #7ABFE1
Black with #7ABFE1
Text Example
Text Example
White with #7ABFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABFE1; }
p { color: rgb(122,191,225); }
H1.HeaderClassName
{
color: #7ABFE1;
}
.AnyTagClassName
{
color: #7ABFE1;
}
</style>
background-color css
<style>
a { background-color: #7ABFE1; }
a { background-color: rgb(122,191,225); }
div.DivClassName
{
background-color: #7ABFE1;
}
.BgClassName
{
background-color: #7ABFE1;
}
</style>
border-color css
<style>
span { border-color: #7ABFE1; }
span { border-color: rgb(122,191,225); }
td.TdClassName
{
border-color: #7ABFE1;
}
.TagClassName
{
border-color: #7ABFE1;
}
</style>