Shades of Seagull #7ABBCD
Tints of Seagull #7ABBCD
RGB
CMYK
RGB Variations
Color information
#7ABBCD (or 0x7ABBCD) is known color: Seagull. HEX triplet: 7A, BB and CD. RGB value is (122,187,205). Sum of RGB (Red+Green+Blue) = 122+187+205=514 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.74% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #7ABBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBCD is #854432. Grayscale: #A9A9A9. Windows color (decimal): -8733747 or 13482874. OLE color: 13482874.
HSL color Cylindrical-coordinate representation of color #7ABBCD: hue angle of 193.01º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ABBCD is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 187 | 205 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.20 |
| HSL | 193.01º | 0.45% | 0.64% | - |
| HSV(B) | 193.01º | 0.4% | 0.8% | - |
| XYZ | 36.82 | 44.09 | 64.33 | - |
| YUV | 169.62 | 147.97 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 205 | 0.40 | 0.09 | 0 | 0.20 | 193.01 | 0.45 | 0.64 |
| Hex | 7A | BB | CD | 28 | 9 | 0 | 14 | C1 | 2D | 40 |
| Octal | 172 | 273 | 315 | 50 | 11 | 0 | 24 | 301 | 55 | 100 |
| Binary | 1111010 | 10111011 | 11001101 | 101000 | 1001 | 0 | 10100 | 11000001 | 101101 | 1000000 |
Color Harmonies of #7ABBCD
Complementary color
Monochromatic Colors of #7ABBCD
Black with #7ABBCD
Text Example
Text Example
White with #7ABBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABBCD; }
p { color: rgb(122,187,205); }
H1.HeaderClassName
{
color: #7ABBCD;
}
.AnyTagClassName
{
color: #7ABBCD;
}
</style>
background-color css
<style>
a { background-color: #7ABBCD; }
a { background-color: rgb(122,187,205); }
div.DivClassName
{
background-color: #7ABBCD;
}
.BgClassName
{
background-color: #7ABBCD;
}
</style>
border-color css
<style>
span { border-color: #7ABBCD; }
span { border-color: rgb(122,187,205); }
td.TdClassName
{
border-color: #7ABBCD;
}
.TagClassName
{
border-color: #7ABBCD;
}
</style>