Shades of Seagull #7ABCD6
Tints of Seagull #7ABCD6
RGB
CMYK
RGB Variations
Color information
#7ABCD6 (or 0x7ABCD6) is known color: Seagull. HEX triplet: 7A, BC and D6. RGB value is (122,188,214). Sum of RGB (Red+Green+Blue) = 122+188+214=524 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.28% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 214 (83.98% from 255 or 40.84% from 524); Max value from RGB is 214 - color contains mainly: blue. Hex color #7ABCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCD6 is #854329. Grayscale: #ABABAB. Windows color (decimal): -8733482 or 14072954. OLE color: 14072954.
HSL color Cylindrical-coordinate representation of color #7ABCD6: hue angle of 196.96º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7ABCD6 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 188 | 214 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.16 |
| HSL | 196.96º | 0.53% | 0.66% | - |
| HSV(B) | 196.96º | 0.43% | 0.84% | - |
| XYZ | 38.15 | 44.96 | 70.29 | - |
| YUV | 171.23 | 152.13 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 214 | 0.43 | 0.12 | 0 | 0.16 | 196.96 | 0.53 | 0.66 |
| Hex | 7A | BC | D6 | 2B | C | 0 | 10 | C5 | 35 | 42 |
| Octal | 172 | 274 | 326 | 53 | 14 | 0 | 20 | 305 | 65 | 102 |
| Binary | 1111010 | 10111100 | 11010110 | 101011 | 1100 | 0 | 10000 | 11000101 | 110101 | 1000010 |
Color Harmonies of #7ABCD6
Complementary color
Monochromatic Colors of #7ABCD6
Black with #7ABCD6
Text Example
Text Example
White with #7ABCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABCD6; }
p { color: rgb(122,188,214); }
H1.HeaderClassName
{
color: #7ABCD6;
}
.AnyTagClassName
{
color: #7ABCD6;
}
</style>
background-color css
<style>
a { background-color: #7ABCD6; }
a { background-color: rgb(122,188,214); }
div.DivClassName
{
background-color: #7ABCD6;
}
.BgClassName
{
background-color: #7ABCD6;
}
</style>
border-color css
<style>
span { border-color: #7ABCD6; }
span { border-color: rgb(122,188,214); }
td.TdClassName
{
border-color: #7ABCD6;
}
.TagClassName
{
border-color: #7ABCD6;
}
</style>