Shades of Seagull #7CADCD
Tints of Seagull #7CADCD
RGB
CMYK
RGB Variations
Color information
#7CADCD (or 0x7CADCD) is known color: Seagull. HEX triplet: 7C, AD and CD. RGB value is (124,173,205). Sum of RGB (Red+Green+Blue) = 124+173+205=502 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.70% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #7CADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CADCD is #835232. Grayscale: #A1A1A1. Windows color (decimal): -8606259 or 13479292. OLE color: 13479292.
HSL color Cylindrical-coordinate representation of color #7CADCD: hue angle of 203.7º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CADCD is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 173 | 205 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.20 |
| HSL | 203.7º | 0.45% | 0.65% | - |
| HSV(B) | 203.7º | 0.4% | 0.8% | - |
| XYZ | 34.28 | 38.58 | 63.4 | - |
| YUV | 162 | 152.27 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 173 | 205 | 0.40 | 0.16 | 0 | 0.20 | 203.7 | 0.45 | 0.65 |
| Hex | 7C | AD | CD | 28 | 10 | 0 | 14 | CC | 2D | 41 |
| Octal | 174 | 255 | 315 | 50 | 20 | 0 | 24 | 314 | 55 | 101 |
| Binary | 1111100 | 10101101 | 11001101 | 101000 | 10000 | 0 | 10100 | 11001100 | 101101 | 1000001 |
Color Harmonies of #7CADCD
Complementary color
Monochromatic Colors of #7CADCD
Black with #7CADCD
Text Example
Text Example
White with #7CADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CADCD; }
p { color: rgb(124,173,205); }
H1.HeaderClassName
{
color: #7CADCD;
}
.AnyTagClassName
{
color: #7CADCD;
}
</style>
background-color css
<style>
a { background-color: #7CADCD; }
a { background-color: rgb(124,173,205); }
div.DivClassName
{
background-color: #7CADCD;
}
.BgClassName
{
background-color: #7CADCD;
}
</style>
border-color css
<style>
span { border-color: #7CADCD; }
span { border-color: rgb(124,173,205); }
td.TdClassName
{
border-color: #7CADCD;
}
.TagClassName
{
border-color: #7CADCD;
}
</style>