Shades of Seagull #7DBCD9
Tints of Seagull #7DBCD9
RGB
CMYK
RGB Variations
Color information
#7DBCD9 (or 0x7DBCD9) is known color: Seagull. HEX triplet: 7D, BC and D9. RGB value is (125,188,217). Sum of RGB (Red+Green+Blue) = 125+188+217=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 217 - color contains mainly: blue. Hex color #7DBCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBCD9 is #824326. Grayscale: #ACACAC. Windows color (decimal): -8536871 or 14269565. OLE color: 14269565.
HSL color Cylindrical-coordinate representation of color #7DBCD9: hue angle of 198.91º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DBCD9 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 188 | 217 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.15 |
| HSL | 198.91º | 0.55% | 0.67% | - |
| HSV(B) | 198.91º | 0.42% | 0.85% | - |
| XYZ | 38.97 | 45.34 | 72.34 | - |
| YUV | 172.47 | 153.13 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 217 | 0.42 | 0.13 | 0 | 0.15 | 198.91 | 0.55 | 0.67 |
| Hex | 7D | BC | D9 | 2A | D | 0 | F | C7 | 37 | 43 |
| Octal | 175 | 274 | 331 | 52 | 15 | 0 | 17 | 307 | 67 | 103 |
| Binary | 1111101 | 10111100 | 11011001 | 101010 | 1101 | 0 | 1111 | 11000111 | 110111 | 1000011 |
Color Harmonies of #7DBCD9
Complementary color
Monochromatic Colors of #7DBCD9
Black with #7DBCD9
Text Example
Text Example
White with #7DBCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCD9; }
p { color: rgb(125,188,217); }
H1.HeaderClassName
{
color: #7DBCD9;
}
.AnyTagClassName
{
color: #7DBCD9;
}
</style>
background-color css
<style>
a { background-color: #7DBCD9; }
a { background-color: rgb(125,188,217); }
div.DivClassName
{
background-color: #7DBCD9;
}
.BgClassName
{
background-color: #7DBCD9;
}
</style>
border-color css
<style>
span { border-color: #7DBCD9; }
span { border-color: rgb(125,188,217); }
td.TdClassName
{
border-color: #7DBCD9;
}
.TagClassName
{
border-color: #7DBCD9;
}
</style>