Shades of Seagull #7ABCDC
Tints of Seagull #7ABCDC
RGB
CMYK
RGB Variations
Color information
#7ABCDC (or 0x7ABCDC) is known color: Seagull. HEX triplet: 7A, BC and DC. RGB value is (122,188,220). Sum of RGB (Red+Green+Blue) = 122+188+220=530 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.02% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #7ABCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCDC is #854323. Grayscale: #ABABAB. Windows color (decimal): -8733476 or 14466170. OLE color: 14466170.
HSL color Cylindrical-coordinate representation of color #7ABCDC: hue angle of 199.59º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ABCDC is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 188 | 220 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.14 |
| HSL | 199.59º | 0.58% | 0.67% | - |
| HSV(B) | 199.59º | 0.45% | 0.86% | - |
| XYZ | 38.93 | 45.27 | 74.4 | - |
| YUV | 171.91 | 155.13 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 220 | 0.45 | 0.15 | 0 | 0.14 | 199.59 | 0.58 | 0.67 |
| Hex | 7A | BC | DC | 2D | F | 0 | E | C8 | 3A | 43 |
| Octal | 172 | 274 | 334 | 55 | 17 | 0 | 16 | 310 | 72 | 103 |
| Binary | 1111010 | 10111100 | 11011100 | 101101 | 1111 | 0 | 1110 | 11001000 | 111010 | 1000011 |
Color Harmonies of #7ABCDC
Complementary color
Monochromatic Colors of #7ABCDC
Black with #7ABCDC
Text Example
Text Example
White with #7ABCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABCDC; }
p { color: rgb(122,188,220); }
H1.HeaderClassName
{
color: #7ABCDC;
}
.AnyTagClassName
{
color: #7ABCDC;
}
</style>
background-color css
<style>
a { background-color: #7ABCDC; }
a { background-color: rgb(122,188,220); }
div.DivClassName
{
background-color: #7ABCDC;
}
.BgClassName
{
background-color: #7ABCDC;
}
</style>
border-color css
<style>
span { border-color: #7ABCDC; }
span { border-color: rgb(122,188,220); }
td.TdClassName
{
border-color: #7ABCDC;
}
.TagClassName
{
border-color: #7ABCDC;
}
</style>