Shades of Seagull #7DC0DA
Tints of Seagull #7DC0DA
RGB
CMYK
RGB Variations
Color information
#7DC0DA (or 0x7DC0DA) is known color: Seagull. HEX triplet: 7D, C0 and DA. RGB value is (125,192,218). Sum of RGB (Red+Green+Blue) = 125+192+218=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #7DC0DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC0DA is #823F25. Grayscale: #AEAEAE. Windows color (decimal): -8535846 or 14336125. OLE color: 14336125.
HSL color Cylindrical-coordinate representation of color #7DC0DA: hue angle of 196.77º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DC0DA is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 192 | 218 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.15 |
| HSL | 196.77º | 0.56% | 0.67% | - |
| HSV(B) | 196.77º | 0.43% | 0.85% | - |
| XYZ | 39.96 | 47.12 | 73.32 | - |
| YUV | 174.93 | 152.3 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 218 | 0.43 | 0.12 | 0 | 0.15 | 196.77 | 0.56 | 0.67 |
| Hex | 7D | C0 | DA | 2B | C | 0 | F | C5 | 38 | 43 |
| Octal | 175 | 300 | 332 | 53 | 14 | 0 | 17 | 305 | 70 | 103 |
| Binary | 1111101 | 11000000 | 11011010 | 101011 | 1100 | 0 | 1111 | 11000101 | 111000 | 1000011 |
Color Harmonies of #7DC0DA
Complementary color
Monochromatic Colors of #7DC0DA
Black with #7DC0DA
Text Example
Text Example
White with #7DC0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC0DA; }
p { color: rgb(125,192,218); }
H1.HeaderClassName
{
color: #7DC0DA;
}
.AnyTagClassName
{
color: #7DC0DA;
}
</style>
background-color css
<style>
a { background-color: #7DC0DA; }
a { background-color: rgb(125,192,218); }
div.DivClassName
{
background-color: #7DC0DA;
}
.BgClassName
{
background-color: #7DC0DA;
}
</style>
border-color css
<style>
span { border-color: #7DC0DA; }
span { border-color: rgb(125,192,218); }
td.TdClassName
{
border-color: #7DC0DA;
}
.TagClassName
{
border-color: #7DC0DA;
}
</style>