Shades of Seagull #7DBDDF
Tints of Seagull #7DBDDF
RGB
CMYK
RGB Variations
Color information
#7DBDDF (or 0x7DBDDF) is known color: Seagull. HEX triplet: 7D, BD and DF. RGB value is (125,189,223). Sum of RGB (Red+Green+Blue) = 125+189+223=537 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.28% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #7DBDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDDF is #824220. Grayscale: #ADADAD. Windows color (decimal): -8536609 or 14663037. OLE color: 14663037.
HSL color Cylindrical-coordinate representation of color #7DBDDF: hue angle of 200.82º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DBDDF is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 189 | 223 | - |
| CMYK | 0.44 | 0.15 | 0 | 0.13 |
| HSL | 200.82º | 0.6% | 0.68% | - |
| HSV(B) | 200.82º | 0.44% | 0.87% | - |
| XYZ | 39.97 | 46.08 | 76.6 | - |
| YUV | 173.74 | 155.8 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 223 | 0.44 | 0.15 | 0 | 0.13 | 200.82 | 0.6 | 0.68 |
| Hex | 7D | BD | DF | 2C | F | 0 | D | C9 | 3C | 44 |
| Octal | 175 | 275 | 337 | 54 | 17 | 0 | 15 | 311 | 74 | 104 |
| Binary | 1111101 | 10111101 | 11011111 | 101100 | 1111 | 0 | 1101 | 11001001 | 111100 | 1000100 |
Color Harmonies of #7DBDDF
Complementary color
Monochromatic Colors of #7DBDDF
Black with #7DBDDF
Text Example
Text Example
White with #7DBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBDDF; }
p { color: rgb(125,189,223); }
H1.HeaderClassName
{
color: #7DBDDF;
}
.AnyTagClassName
{
color: #7DBDDF;
}
</style>
background-color css
<style>
a { background-color: #7DBDDF; }
a { background-color: rgb(125,189,223); }
div.DivClassName
{
background-color: #7DBDDF;
}
.BgClassName
{
background-color: #7DBDDF;
}
</style>
border-color css
<style>
span { border-color: #7DBDDF; }
span { border-color: rgb(125,189,223); }
td.TdClassName
{
border-color: #7DBDDF;
}
.TagClassName
{
border-color: #7DBDDF;
}
</style>