Shades of Seagull #7AC0DD
Tints of Seagull #7AC0DD
RGB
CMYK
RGB Variations
Color information
#7AC0DD (or 0x7AC0DD) is known color: Seagull. HEX triplet: 7A, C0 and DD. RGB value is (122,192,221). Sum of RGB (Red+Green+Blue) = 122+192+221=535 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.80% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #7AC0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC0DD is #853F22. Grayscale: #AEAEAE. Windows color (decimal): -8732451 or 14532730. OLE color: 14532730.
HSL color Cylindrical-coordinate representation of color #7AC0DD: hue angle of 197.58º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AC0DD is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 192 | 221 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.13 |
| HSL | 197.58º | 0.59% | 0.67% | - |
| HSV(B) | 197.58º | 0.45% | 0.87% | - |
| XYZ | 39.93 | 47.06 | 75.39 | - |
| YUV | 174.38 | 154.31 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 221 | 0.45 | 0.13 | 0 | 0.13 | 197.58 | 0.59 | 0.67 |
| Hex | 7A | C0 | DD | 2D | D | 0 | D | C6 | 3B | 43 |
| Octal | 172 | 300 | 335 | 55 | 15 | 0 | 15 | 306 | 73 | 103 |
| Binary | 1111010 | 11000000 | 11011101 | 101101 | 1101 | 0 | 1101 | 11000110 | 111011 | 1000011 |
Color Harmonies of #7AC0DD
Complementary color
Monochromatic Colors of #7AC0DD
Black with #7AC0DD
Text Example
Text Example
White with #7AC0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC0DD; }
p { color: rgb(122,192,221); }
H1.HeaderClassName
{
color: #7AC0DD;
}
.AnyTagClassName
{
color: #7AC0DD;
}
</style>
background-color css
<style>
a { background-color: #7AC0DD; }
a { background-color: rgb(122,192,221); }
div.DivClassName
{
background-color: #7AC0DD;
}
.BgClassName
{
background-color: #7AC0DD;
}
</style>
border-color css
<style>
span { border-color: #7AC0DD; }
span { border-color: rgb(122,192,221); }
td.TdClassName
{
border-color: #7AC0DD;
}
.TagClassName
{
border-color: #7AC0DD;
}
</style>