Shades of Seagull #7DBCCD
Tints of Seagull #7DBCCD
RGB
CMYK
RGB Variations
Color information
#7DBCCD (or 0x7DBCCD) is known color: Seagull. HEX triplet: 7D, BC and CD. RGB value is (125,188,205). Sum of RGB (Red+Green+Blue) = 125+188+205=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DBCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBCCD is #824332. Grayscale: #AAAAAA. Windows color (decimal): -8536883 or 13483133. OLE color: 13483133.
HSL color Cylindrical-coordinate representation of color #7DBCCD: hue angle of 192.75º 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 #7DBCCD is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 188 | 205 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.20 |
| HSL | 192.75º | 0.44% | 0.65% | - |
| HSV(B) | 192.75º | 0.39% | 0.8% | - |
| XYZ | 37.46 | 44.73 | 64.42 | - |
| YUV | 171.1 | 147.13 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 205 | 0.39 | 0.08 | 0 | 0.20 | 192.75 | 0.44 | 0.65 |
| Hex | 7D | BC | CD | 27 | 8 | 0 | 14 | C1 | 2C | 41 |
| Octal | 175 | 274 | 315 | 47 | 10 | 0 | 24 | 301 | 54 | 101 |
| Binary | 1111101 | 10111100 | 11001101 | 100111 | 1000 | 0 | 10100 | 11000001 | 101100 | 1000001 |
Color Harmonies of #7DBCCD
Complementary color
Monochromatic Colors of #7DBCCD
Black with #7DBCCD
Text Example
Text Example
White with #7DBCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCCD; }
p { color: rgb(125,188,205); }
H1.HeaderClassName
{
color: #7DBCCD;
}
.AnyTagClassName
{
color: #7DBCCD;
}
</style>
background-color css
<style>
a { background-color: #7DBCCD; }
a { background-color: rgb(125,188,205); }
div.DivClassName
{
background-color: #7DBCCD;
}
.BgClassName
{
background-color: #7DBCCD;
}
</style>
border-color css
<style>
span { border-color: #7DBCCD; }
span { border-color: rgb(125,188,205); }
td.TdClassName
{
border-color: #7DBCCD;
}
.TagClassName
{
border-color: #7DBCCD;
}
</style>