Shades of Seagull #7ABFDA
Tints of Seagull #7ABFDA
RGB
CMYK
RGB Variations
Color information
#7ABFDA (or 0x7ABFDA) is known color: Seagull. HEX triplet: 7A, BF and DA. RGB value is (122,191,218). Sum of RGB (Red+Green+Blue) = 122+191+218=531 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.98% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #7ABFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFDA is #854025. Grayscale: #ADADAD. Windows color (decimal): -8732710 or 14335866. OLE color: 14335866.
HSL color Cylindrical-coordinate representation of color #7ABFDA: hue angle of 196.88º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ABFDA is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 191 | 218 | - |
| CMYK | 0.44 | 0.12 | 0 | 0.15 |
| HSL | 196.88º | 0.56% | 0.67% | - |
| HSV(B) | 196.88º | 0.44% | 0.85% | - |
| XYZ | 39.31 | 46.46 | 73.23 | - |
| YUV | 173.45 | 153.14 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 218 | 0.44 | 0.12 | 0 | 0.15 | 196.88 | 0.56 | 0.67 |
| Hex | 7A | BF | DA | 2C | C | 0 | F | C5 | 38 | 43 |
| Octal | 172 | 277 | 332 | 54 | 14 | 0 | 17 | 305 | 70 | 103 |
| Binary | 1111010 | 10111111 | 11011010 | 101100 | 1100 | 0 | 1111 | 11000101 | 111000 | 1000011 |
Color Harmonies of #7ABFDA
Complementary color
Monochromatic Colors of #7ABFDA
Black with #7ABFDA
Text Example
Text Example
White with #7ABFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABFDA; }
p { color: rgb(122,191,218); }
H1.HeaderClassName
{
color: #7ABFDA;
}
.AnyTagClassName
{
color: #7ABFDA;
}
</style>
background-color css
<style>
a { background-color: #7ABFDA; }
a { background-color: rgb(122,191,218); }
div.DivClassName
{
background-color: #7ABFDA;
}
.BgClassName
{
background-color: #7ABFDA;
}
</style>
border-color css
<style>
span { border-color: #7ABFDA; }
span { border-color: rgb(122,191,218); }
td.TdClassName
{
border-color: #7ABFDA;
}
.TagClassName
{
border-color: #7ABFDA;
}
</style>