Shades of Seagull #7AB5D0
Tints of Seagull #7AB5D0
RGB
CMYK
RGB Variations
Color information
#7AB5D0 (or 0x7AB5D0) is known color: Seagull. HEX triplet: 7A, B5 and D0. RGB value is (122,181,208). Sum of RGB (Red+Green+Blue) = 122+181+208=511 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.87% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #7AB5D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB5D0 is #854A2F. Grayscale: #A6A6A6. Windows color (decimal): -8735280 or 13677946. OLE color: 13677946.
HSL color Cylindrical-coordinate representation of color #7AB5D0: hue angle of 198.84º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AB5D0 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 181 | 208 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.18 |
| HSL | 198.84º | 0.48% | 0.65% | - |
| HSV(B) | 198.84º | 0.41% | 0.82% | - |
| XYZ | 35.94 | 41.74 | 65.84 | - |
| YUV | 166.44 | 151.45 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 181 | 208 | 0.41 | 0.13 | 0 | 0.18 | 198.84 | 0.48 | 0.65 |
| Hex | 7A | B5 | D0 | 29 | D | 0 | 12 | C7 | 30 | 41 |
| Octal | 172 | 265 | 320 | 51 | 15 | 0 | 22 | 307 | 60 | 101 |
| Binary | 1111010 | 10110101 | 11010000 | 101001 | 1101 | 0 | 10010 | 11000111 | 110000 | 1000001 |
Color Harmonies of #7AB5D0
Complementary color
Monochromatic Colors of #7AB5D0
Black with #7AB5D0
Text Example
Text Example
White with #7AB5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB5D0; }
p { color: rgb(122,181,208); }
H1.HeaderClassName
{
color: #7AB5D0;
}
.AnyTagClassName
{
color: #7AB5D0;
}
</style>
background-color css
<style>
a { background-color: #7AB5D0; }
a { background-color: rgb(122,181,208); }
div.DivClassName
{
background-color: #7AB5D0;
}
.BgClassName
{
background-color: #7AB5D0;
}
</style>
border-color css
<style>
span { border-color: #7AB5D0; }
span { border-color: rgb(122,181,208); }
td.TdClassName
{
border-color: #7AB5D0;
}
.TagClassName
{
border-color: #7AB5D0;
}
</style>