Shades of Seagull #7ABDCC
Tints of Seagull #7ABDCC
RGB
CMYK
RGB Variations
Color information
#7ABDCC (or 0x7ABDCC) is known color: Seagull. HEX triplet: 7A, BD and CC. RGB value is (122,189,204). Sum of RGB (Red+Green+Blue) = 122+189+204=515 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.69% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #7ABDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABDCC is #854233. Grayscale: #AAAAAA. Windows color (decimal): -8733236 or 13417850. OLE color: 13417850.
HSL color Cylindrical-coordinate representation of color #7ABDCC: hue angle of 190.98º 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 #7ABDCC is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 189 | 204 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.2 |
| HSL | 190.98º | 0.45% | 0.64% | - |
| HSV(B) | 190.98º | 0.4% | 0.8% | - |
| XYZ | 37.12 | 44.89 | 63.84 | - |
| YUV | 170.68 | 146.8 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 204 | 0.40 | 0.07 | 0 | 0.2 | 190.98 | 0.45 | 0.64 |
| Hex | 7A | BD | CC | 28 | 7 | 0 | 14 | BF | 2D | 40 |
| Octal | 172 | 275 | 314 | 50 | 7 | 0 | 24 | 277 | 55 | 100 |
| Binary | 1111010 | 10111101 | 11001100 | 101000 | 111 | 0 | 10100 | 10111111 | 101101 | 1000000 |
Color Harmonies of #7ABDCC
Complementary color
Monochromatic Colors of #7ABDCC
Black with #7ABDCC
Text Example
Text Example
White with #7ABDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABDCC; }
p { color: rgb(122,189,204); }
H1.HeaderClassName
{
color: #7ABDCC;
}
.AnyTagClassName
{
color: #7ABDCC;
}
</style>
background-color css
<style>
a { background-color: #7ABDCC; }
a { background-color: rgb(122,189,204); }
div.DivClassName
{
background-color: #7ABDCC;
}
.BgClassName
{
background-color: #7ABDCC;
}
</style>
border-color css
<style>
span { border-color: #7ABDCC; }
span { border-color: rgb(122,189,204); }
td.TdClassName
{
border-color: #7ABDCC;
}
.TagClassName
{
border-color: #7ABDCC;
}
</style>