Shades of Seagull #7DBDCC
Tints of Seagull #7DBDCC
RGB
CMYK
RGB Variations
Color information
#7DBDCC (or 0x7DBDCC) is known color: Seagull. HEX triplet: 7D, BD and CC. RGB value is (125,189,204). Sum of RGB (Red+Green+Blue) = 125+189+204=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #7DBDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDCC is #824233. Grayscale: #ABABAB. Windows color (decimal): -8536628 or 13417853. OLE color: 13417853.
HSL color Cylindrical-coordinate representation of color #7DBDCC: hue angle of 191.39º 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 #7DBDCC is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 189 | 204 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.2 |
| HSL | 191.39º | 0.44% | 0.65% | - |
| HSV(B) | 191.39º | 0.39% | 0.8% | - |
| XYZ | 37.55 | 45.11 | 63.86 | - |
| YUV | 171.57 | 146.3 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 204 | 0.39 | 0.07 | 0 | 0.2 | 191.39 | 0.44 | 0.65 |
| Hex | 7D | BD | CC | 27 | 7 | 0 | 14 | BF | 2C | 41 |
| Octal | 175 | 275 | 314 | 47 | 7 | 0 | 24 | 277 | 54 | 101 |
| Binary | 1111101 | 10111101 | 11001100 | 100111 | 111 | 0 | 10100 | 10111111 | 101100 | 1000001 |
Color Harmonies of #7DBDCC
Complementary color
Monochromatic Colors of #7DBDCC
Black with #7DBDCC
Text Example
Text Example
White with #7DBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBDCC; }
p { color: rgb(125,189,204); }
H1.HeaderClassName
{
color: #7DBDCC;
}
.AnyTagClassName
{
color: #7DBDCC;
}
</style>
background-color css
<style>
a { background-color: #7DBDCC; }
a { background-color: rgb(125,189,204); }
div.DivClassName
{
background-color: #7DBDCC;
}
.BgClassName
{
background-color: #7DBDCC;
}
</style>
border-color css
<style>
span { border-color: #7DBDCC; }
span { border-color: rgb(125,189,204); }
td.TdClassName
{
border-color: #7DBDCC;
}
.TagClassName
{
border-color: #7DBDCC;
}
</style>