Shades of Seagull #7DBCD1
Tints of Seagull #7DBCD1
RGB
CMYK
RGB Variations
Color information
#7DBCD1 (or 0x7DBCD1) is known color: Seagull. HEX triplet: 7D, BC and D1. RGB value is (125,188,209). Sum of RGB (Red+Green+Blue) = 125+188+209=522 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.95% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #7DBCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBCD1 is #82432E. Grayscale: #ABABAB. Windows color (decimal): -8536879 or 13745277. OLE color: 13745277.
HSL color Cylindrical-coordinate representation of color #7DBCD1: hue angle of 195º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DBCD1 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 188 | 209 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.18 |
| HSL | 195º | 0.48% | 0.65% | - |
| HSV(B) | 195º | 0.4% | 0.82% | - |
| XYZ | 37.95 | 44.93 | 66.99 | - |
| YUV | 171.56 | 149.13 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 209 | 0.40 | 0.10 | 0 | 0.18 | 195 | 0.48 | 0.65 |
| Hex | 7D | BC | D1 | 28 | A | 0 | 12 | C3 | 30 | 41 |
| Octal | 175 | 274 | 321 | 50 | 12 | 0 | 22 | 303 | 60 | 101 |
| Binary | 1111101 | 10111100 | 11010001 | 101000 | 1010 | 0 | 10010 | 11000011 | 110000 | 1000001 |
Color Harmonies of #7DBCD1
Complementary color
Monochromatic Colors of #7DBCD1
Black with #7DBCD1
Text Example
Text Example
White with #7DBCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCD1; }
p { color: rgb(125,188,209); }
H1.HeaderClassName
{
color: #7DBCD1;
}
.AnyTagClassName
{
color: #7DBCD1;
}
</style>
background-color css
<style>
a { background-color: #7DBCD1; }
a { background-color: rgb(125,188,209); }
div.DivClassName
{
background-color: #7DBCD1;
}
.BgClassName
{
background-color: #7DBCD1;
}
</style>
border-color css
<style>
span { border-color: #7DBCD1; }
span { border-color: rgb(125,188,209); }
td.TdClassName
{
border-color: #7DBCD1;
}
.TagClassName
{
border-color: #7DBCD1;
}
</style>