Shades of Seagull #7ABCDA
Tints of Seagull #7ABCDA
RGB
CMYK
RGB Variations
Color information
#7ABCDA (or 0x7ABCDA) is known color: Seagull. HEX triplet: 7A, BC and DA. RGB value is (122,188,218). Sum of RGB (Red+Green+Blue) = 122+188+218=528 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.11% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #7ABCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCDA is #854325. Grayscale: #ABABAB. Windows color (decimal): -8733478 or 14335098. OLE color: 14335098.
HSL color Cylindrical-coordinate representation of color #7ABCDA: hue angle of 198.75º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ABCDA is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 188 | 218 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.15 |
| HSL | 198.75º | 0.56% | 0.67% | - |
| HSV(B) | 198.75º | 0.44% | 0.85% | - |
| XYZ | 38.66 | 45.17 | 73.01 | - |
| YUV | 171.69 | 154.13 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 218 | 0.44 | 0.14 | 0 | 0.15 | 198.75 | 0.56 | 0.67 |
| Hex | 7A | BC | DA | 2C | E | 0 | F | C7 | 38 | 43 |
| Octal | 172 | 274 | 332 | 54 | 16 | 0 | 17 | 307 | 70 | 103 |
| Binary | 1111010 | 10111100 | 11011010 | 101100 | 1110 | 0 | 1111 | 11000111 | 111000 | 1000011 |
Color Harmonies of #7ABCDA
Complementary color
Monochromatic Colors of #7ABCDA
Black with #7ABCDA
Text Example
Text Example
White with #7ABCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABCDA; }
p { color: rgb(122,188,218); }
H1.HeaderClassName
{
color: #7ABCDA;
}
.AnyTagClassName
{
color: #7ABCDA;
}
</style>
background-color css
<style>
a { background-color: #7ABCDA; }
a { background-color: rgb(122,188,218); }
div.DivClassName
{
background-color: #7ABCDA;
}
.BgClassName
{
background-color: #7ABCDA;
}
</style>
border-color css
<style>
span { border-color: #7ABCDA; }
span { border-color: rgb(122,188,218); }
td.TdClassName
{
border-color: #7ABCDA;
}
.TagClassName
{
border-color: #7ABCDA;
}
</style>