Shades of Seagull #7ABCCD
Tints of Seagull #7ABCCD
RGB
CMYK
RGB Variations
Color information
#7ABCCD (or 0x7ABCCD) is known color: Seagull. HEX triplet: 7A, BC and CD. RGB value is (122,188,205). Sum of RGB (Red+Green+Blue) = 122+188+205=515 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.69% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #7ABCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCCD is #854332. Grayscale: #AAAAAA. Windows color (decimal): -8733491 or 13483130. OLE color: 13483130.
HSL color Cylindrical-coordinate representation of color #7ABCCD: hue angle of 192.29º 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 #7ABCCD is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 188 | 205 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.20 |
| HSL | 192.29º | 0.45% | 0.64% | - |
| HSV(B) | 192.29º | 0.4% | 0.8% | - |
| XYZ | 37.03 | 44.51 | 64.4 | - |
| YUV | 170.2 | 147.63 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 205 | 0.40 | 0.08 | 0 | 0.20 | 192.29 | 0.45 | 0.64 |
| Hex | 7A | BC | CD | 28 | 8 | 0 | 14 | C0 | 2D | 40 |
| Octal | 172 | 274 | 315 | 50 | 10 | 0 | 24 | 300 | 55 | 100 |
| Binary | 1111010 | 10111100 | 11001101 | 101000 | 1000 | 0 | 10100 | 11000000 | 101101 | 1000000 |
Color Harmonies of #7ABCCD
Complementary color
Monochromatic Colors of #7ABCCD
Black with #7ABCCD
Text Example
Text Example
White with #7ABCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABCCD; }
p { color: rgb(122,188,205); }
H1.HeaderClassName
{
color: #7ABCCD;
}
.AnyTagClassName
{
color: #7ABCCD;
}
</style>
background-color css
<style>
a { background-color: #7ABCCD; }
a { background-color: rgb(122,188,205); }
div.DivClassName
{
background-color: #7ABCCD;
}
.BgClassName
{
background-color: #7ABCCD;
}
</style>
border-color css
<style>
span { border-color: #7ABCCD; }
span { border-color: rgb(122,188,205); }
td.TdClassName
{
border-color: #7ABCCD;
}
.TagClassName
{
border-color: #7ABCCD;
}
</style>