Shades of Seagull #7ABFE0
Tints of Seagull #7ABFE0
RGB
CMYK
RGB Variations
Color information
#7ABFE0 (or 0x7ABFE0) is known color: Seagull. HEX triplet: 7A, BF and E0. RGB value is (122,191,224). Sum of RGB (Red+Green+Blue) = 122+191+224=537 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.72% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #7ABFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFE0 is #85401F. Grayscale: #ADADAD. Windows color (decimal): -8732704 or 14729082. OLE color: 14729082.
HSL color Cylindrical-coordinate representation of color #7ABFE0: hue angle of 199.41º degrees, saturation: 0.62, 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 #7ABFE0 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 122 | 191 | 224 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.12 |
| HSL | 199.41º | 0.62% | 0.68% | - |
| HSV(B) | 199.41º | 0.46% | 0.88% | - |
| XYZ | 40.11 | 46.78 | 77.44 | - |
| YUV | 174.13 | 156.14 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 224 | 0.46 | 0.15 | 0 | 0.12 | 199.41 | 0.62 | 0.68 |
| Hex | 7A | BF | E0 | 2E | F | 0 | C | C7 | 3E | 44 |
| Octal | 172 | 277 | 340 | 56 | 17 | 0 | 14 | 307 | 76 | 104 |
| Binary | 1111010 | 10111111 | 11100000 | 101110 | 1111 | 0 | 1100 | 11000111 | 111110 | 1000100 |
Color Harmonies of #7ABFE0
Complementary color
Monochromatic Colors of #7ABFE0
Black with #7ABFE0
Text Example
Text Example
White with #7ABFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABFE0; }
p { color: rgb(122,191,224); }
H1.HeaderClassName
{
color: #7ABFE0;
}
.AnyTagClassName
{
color: #7ABFE0;
}
</style>
background-color css
<style>
a { background-color: #7ABFE0; }
a { background-color: rgb(122,191,224); }
div.DivClassName
{
background-color: #7ABFE0;
}
.BgClassName
{
background-color: #7ABFE0;
}
</style>
border-color css
<style>
span { border-color: #7ABFE0; }
span { border-color: rgb(122,191,224); }
td.TdClassName
{
border-color: #7ABFE0;
}
.TagClassName
{
border-color: #7ABFE0;
}
</style>