Shades of Seagull #7DBDCD
Tints of Seagull #7DBDCD
RGB
CMYK
RGB Variations
Color information
#7DBDCD (or 0x7DBDCD) is known color: Seagull. HEX triplet: 7D, BD and CD. RGB value is (125,189,205). Sum of RGB (Red+Green+Blue) = 125+189+205=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DBDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDCD is #824232. Grayscale: #ABABAB. Windows color (decimal): -8536627 or 13483389. OLE color: 13483389.
HSL color Cylindrical-coordinate representation of color #7DBDCD: hue angle of 192º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DBDCD is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 189 | 205 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.20 |
| HSL | 192º | 0.44% | 0.65% | - |
| HSV(B) | 192º | 0.39% | 0.8% | - |
| XYZ | 37.67 | 45.16 | 64.49 | - |
| YUV | 171.69 | 146.8 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 205 | 0.39 | 0.08 | 0 | 0.20 | 192 | 0.44 | 0.65 |
| Hex | 7D | BD | CD | 27 | 8 | 0 | 14 | C0 | 2C | 41 |
| Octal | 175 | 275 | 315 | 47 | 10 | 0 | 24 | 300 | 54 | 101 |
| Binary | 1111101 | 10111101 | 11001101 | 100111 | 1000 | 0 | 10100 | 11000000 | 101100 | 1000001 |
Color Harmonies of #7DBDCD
Complementary color
Monochromatic Colors of #7DBDCD
Black with #7DBDCD
Text Example
Text Example
White with #7DBDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBDCD; }
p { color: rgb(125,189,205); }
H1.HeaderClassName
{
color: #7DBDCD;
}
.AnyTagClassName
{
color: #7DBDCD;
}
</style>
background-color css
<style>
a { background-color: #7DBDCD; }
a { background-color: rgb(125,189,205); }
div.DivClassName
{
background-color: #7DBDCD;
}
.BgClassName
{
background-color: #7DBDCD;
}
</style>
border-color css
<style>
span { border-color: #7DBDCD; }
span { border-color: rgb(125,189,205); }
td.TdClassName
{
border-color: #7DBDCD;
}
.TagClassName
{
border-color: #7DBDCD;
}
</style>