Shades of Seagull #7ABFDB
Tints of Seagull #7ABFDB
RGB
CMYK
RGB Variations
Color information
#7ABFDB (or 0x7ABFDB) is known color: Seagull. HEX triplet: 7A, BF and DB. RGB value is (122,191,219). Sum of RGB (Red+Green+Blue) = 122+191+219=532 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.93% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #7ABFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFDB is #854024. Grayscale: #ADADAD. Windows color (decimal): -8732709 or 14401402. OLE color: 14401402.
HSL color Cylindrical-coordinate representation of color #7ABFDB: hue angle of 197.32º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ABFDB is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 191 | 219 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.14 |
| HSL | 197.32º | 0.57% | 0.67% | - |
| HSV(B) | 197.32º | 0.44% | 0.86% | - |
| XYZ | 39.44 | 46.51 | 73.92 | - |
| YUV | 173.56 | 153.64 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 219 | 0.44 | 0.13 | 0 | 0.14 | 197.32 | 0.57 | 0.67 |
| Hex | 7A | BF | DB | 2C | D | 0 | E | C5 | 39 | 43 |
| Octal | 172 | 277 | 333 | 54 | 15 | 0 | 16 | 305 | 71 | 103 |
| Binary | 1111010 | 10111111 | 11011011 | 101100 | 1101 | 0 | 1110 | 11000101 | 111001 | 1000011 |
Color Harmonies of #7ABFDB
Complementary color
Monochromatic Colors of #7ABFDB
Black with #7ABFDB
Text Example
Text Example
White with #7ABFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABFDB; }
p { color: rgb(122,191,219); }
H1.HeaderClassName
{
color: #7ABFDB;
}
.AnyTagClassName
{
color: #7ABFDB;
}
</style>
background-color css
<style>
a { background-color: #7ABFDB; }
a { background-color: rgb(122,191,219); }
div.DivClassName
{
background-color: #7ABFDB;
}
.BgClassName
{
background-color: #7ABFDB;
}
</style>
border-color css
<style>
span { border-color: #7ABFDB; }
span { border-color: rgb(122,191,219); }
td.TdClassName
{
border-color: #7ABFDB;
}
.TagClassName
{
border-color: #7ABFDB;
}
</style>