Shades of Seagull #7ABBDD
Tints of Seagull #7ABBDD
RGB
CMYK
RGB Variations
Color information
#7ABBDD (or 0x7ABBDD) is known color: Seagull. HEX triplet: 7A, BB and DD. RGB value is (122,187,221). Sum of RGB (Red+Green+Blue) = 122+187+221=530 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.02% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #7ABBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBDD is #854422. Grayscale: #ABABAB. Windows color (decimal): -8733731 or 14531450. OLE color: 14531450.
HSL color Cylindrical-coordinate representation of color #7ABBDD: hue angle of 200.61º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ABBDD is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 187 | 221 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.13 |
| HSL | 200.61º | 0.59% | 0.67% | - |
| HSV(B) | 200.61º | 0.45% | 0.87% | - |
| XYZ | 38.85 | 44.9 | 75.03 | - |
| YUV | 171.44 | 155.97 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 221 | 0.45 | 0.15 | 0 | 0.13 | 200.61 | 0.59 | 0.67 |
| Hex | 7A | BB | DD | 2D | F | 0 | D | C9 | 3B | 43 |
| Octal | 172 | 273 | 335 | 55 | 17 | 0 | 15 | 311 | 73 | 103 |
| Binary | 1111010 | 10111011 | 11011101 | 101101 | 1111 | 0 | 1101 | 11001001 | 111011 | 1000011 |
Color Harmonies of #7ABBDD
Complementary color
Monochromatic Colors of #7ABBDD
Black with #7ABBDD
Text Example
Text Example
White with #7ABBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABBDD; }
p { color: rgb(122,187,221); }
H1.HeaderClassName
{
color: #7ABBDD;
}
.AnyTagClassName
{
color: #7ABBDD;
}
</style>
background-color css
<style>
a { background-color: #7ABBDD; }
a { background-color: rgb(122,187,221); }
div.DivClassName
{
background-color: #7ABBDD;
}
.BgClassName
{
background-color: #7ABBDD;
}
</style>
border-color css
<style>
span { border-color: #7ABBDD; }
span { border-color: rgb(122,187,221); }
td.TdClassName
{
border-color: #7ABBDD;
}
.TagClassName
{
border-color: #7ABBDD;
}
</style>