Shades of Seagull #7ABCD7
Tints of Seagull #7ABCD7
RGB
CMYK
RGB Variations
Color information
#7ABCD7 (or 0x7ABCD7) is known color: Seagull. HEX triplet: 7A, BC and D7. RGB value is (122,188,215). Sum of RGB (Red+Green+Blue) = 122+188+215=525 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.24% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #7ABCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCD7 is #854328. Grayscale: #ABABAB. Windows color (decimal): -8733481 or 14138490. OLE color: 14138490.
HSL color Cylindrical-coordinate representation of color #7ABCD7: hue angle of 197.42º degrees, saturation: 0.54, 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 #7ABCD7 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 188 | 215 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.16 |
| HSL | 197.42º | 0.54% | 0.66% | - |
| HSV(B) | 197.42º | 0.43% | 0.84% | - |
| XYZ | 38.28 | 45.01 | 70.96 | - |
| YUV | 171.34 | 152.63 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 215 | 0.43 | 0.13 | 0 | 0.16 | 197.42 | 0.54 | 0.66 |
| Hex | 7A | BC | D7 | 2B | D | 0 | 10 | C5 | 36 | 42 |
| Octal | 172 | 274 | 327 | 53 | 15 | 0 | 20 | 305 | 66 | 102 |
| Binary | 1111010 | 10111100 | 11010111 | 101011 | 1101 | 0 | 10000 | 11000101 | 110110 | 1000010 |
Color Harmonies of #7ABCD7
Complementary color
Monochromatic Colors of #7ABCD7
Black with #7ABCD7
Text Example
Text Example
White with #7ABCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABCD7; }
p { color: rgb(122,188,215); }
H1.HeaderClassName
{
color: #7ABCD7;
}
.AnyTagClassName
{
color: #7ABCD7;
}
</style>
background-color css
<style>
a { background-color: #7ABCD7; }
a { background-color: rgb(122,188,215); }
div.DivClassName
{
background-color: #7ABCD7;
}
.BgClassName
{
background-color: #7ABCD7;
}
</style>
border-color css
<style>
span { border-color: #7ABCD7; }
span { border-color: rgb(122,188,215); }
td.TdClassName
{
border-color: #7ABCD7;
}
.TagClassName
{
border-color: #7ABCD7;
}
</style>