Shades of Seagull #7DBCDF
Tints of Seagull #7DBCDF
RGB
CMYK
RGB Variations
Color information
#7DBCDF (or 0x7DBCDF) is known color: Seagull. HEX triplet: 7D, BC and DF. RGB value is (125,188,223). Sum of RGB (Red+Green+Blue) = 125+188+223=536 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.32% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #7DBCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBCDF is #824320. Grayscale: #ACACAC. Windows color (decimal): -8536865 or 14662781. OLE color: 14662781.
HSL color Cylindrical-coordinate representation of color #7DBCDF: hue angle of 201.43º 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 #7DBCDF is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 188 | 223 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.13 |
| HSL | 201.43º | 0.6% | 0.68% | - |
| HSV(B) | 201.43º | 0.44% | 0.87% | - |
| XYZ | 39.76 | 45.65 | 76.53 | - |
| YUV | 173.15 | 156.13 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 223 | 0.44 | 0.16 | 0 | 0.13 | 201.43 | 0.6 | 0.68 |
| Hex | 7D | BC | DF | 2C | 10 | 0 | D | C9 | 3C | 44 |
| Octal | 175 | 274 | 337 | 54 | 20 | 0 | 15 | 311 | 74 | 104 |
| Binary | 1111101 | 10111100 | 11011111 | 101100 | 10000 | 0 | 1101 | 11001001 | 111100 | 1000100 |
Color Harmonies of #7DBCDF
Complementary color
Monochromatic Colors of #7DBCDF
Black with #7DBCDF
Text Example
Text Example
White with #7DBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCDF; }
p { color: rgb(125,188,223); }
H1.HeaderClassName
{
color: #7DBCDF;
}
.AnyTagClassName
{
color: #7DBCDF;
}
</style>
background-color css
<style>
a { background-color: #7DBCDF; }
a { background-color: rgb(125,188,223); }
div.DivClassName
{
background-color: #7DBCDF;
}
.BgClassName
{
background-color: #7DBCDF;
}
</style>
border-color css
<style>
span { border-color: #7DBCDF; }
span { border-color: rgb(125,188,223); }
td.TdClassName
{
border-color: #7DBCDF;
}
.TagClassName
{
border-color: #7DBCDF;
}
</style>