Shades of Seagull #7ABBDA
Tints of Seagull #7ABBDA
RGB
CMYK
RGB Variations
Color information
#7ABBDA (or 0x7ABBDA) is known color: Seagull. HEX triplet: 7A, BB and DA. RGB value is (122,187,218). Sum of RGB (Red+Green+Blue) = 122+187+218=527 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.15% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #7ABBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBDA is #854425. Grayscale: #AAAAAA. Windows color (decimal): -8733734 or 14334842. OLE color: 14334842.
HSL color Cylindrical-coordinate representation of color #7ABBDA: hue angle of 199.38º 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 #7ABBDA is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 187 | 218 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.15 |
| HSL | 199.38º | 0.56% | 0.67% | - |
| HSV(B) | 199.38º | 0.44% | 0.85% | - |
| XYZ | 38.45 | 44.74 | 72.94 | - |
| YUV | 171.1 | 154.47 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 218 | 0.44 | 0.14 | 0 | 0.15 | 199.38 | 0.56 | 0.67 |
| Hex | 7A | BB | DA | 2C | E | 0 | F | C7 | 38 | 43 |
| Octal | 172 | 273 | 332 | 54 | 16 | 0 | 17 | 307 | 70 | 103 |
| Binary | 1111010 | 10111011 | 11011010 | 101100 | 1110 | 0 | 1111 | 11000111 | 111000 | 1000011 |
Color Harmonies of #7ABBDA
Complementary color
Monochromatic Colors of #7ABBDA
Black with #7ABBDA
Text Example
Text Example
White with #7ABBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABBDA; }
p { color: rgb(122,187,218); }
H1.HeaderClassName
{
color: #7ABBDA;
}
.AnyTagClassName
{
color: #7ABBDA;
}
</style>
background-color css
<style>
a { background-color: #7ABBDA; }
a { background-color: rgb(122,187,218); }
div.DivClassName
{
background-color: #7ABBDA;
}
.BgClassName
{
background-color: #7ABBDA;
}
</style>
border-color css
<style>
span { border-color: #7ABBDA; }
span { border-color: rgb(122,187,218); }
td.TdClassName
{
border-color: #7ABBDA;
}
.TagClassName
{
border-color: #7ABBDA;
}
</style>