Shades of Seagull #7DB9DF
Tints of Seagull #7DB9DF
RGB
CMYK
RGB Variations
Color information
#7DB9DF (or 0x7DB9DF) is known color: Seagull. HEX triplet: 7D, B9 and DF. RGB value is (125,185,223). Sum of RGB (Red+Green+Blue) = 125+185+223=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #7DB9DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB9DF is #824620. Grayscale: #ABABAB. Windows color (decimal): -8537633 or 14662013. OLE color: 14662013.
HSL color Cylindrical-coordinate representation of color #7DB9DF: hue angle of 203.27º 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 #7DB9DF is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 185 | 223 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.13 |
| HSL | 203.27º | 0.6% | 0.68% | - |
| HSV(B) | 203.27º | 0.44% | 0.87% | - |
| XYZ | 39.13 | 44.39 | 76.32 | - |
| YUV | 171.39 | 157.12 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 223 | 0.44 | 0.17 | 0 | 0.13 | 203.27 | 0.6 | 0.68 |
| Hex | 7D | B9 | DF | 2C | 11 | 0 | D | CB | 3C | 44 |
| Octal | 175 | 271 | 337 | 54 | 21 | 0 | 15 | 313 | 74 | 104 |
| Binary | 1111101 | 10111001 | 11011111 | 101100 | 10001 | 0 | 1101 | 11001011 | 111100 | 1000100 |
Color Harmonies of #7DB9DF
Complementary color
Monochromatic Colors of #7DB9DF
Black with #7DB9DF
Text Example
Text Example
White with #7DB9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB9DF; }
p { color: rgb(125,185,223); }
H1.HeaderClassName
{
color: #7DB9DF;
}
.AnyTagClassName
{
color: #7DB9DF;
}
</style>
background-color css
<style>
a { background-color: #7DB9DF; }
a { background-color: rgb(125,185,223); }
div.DivClassName
{
background-color: #7DB9DF;
}
.BgClassName
{
background-color: #7DB9DF;
}
</style>
border-color css
<style>
span { border-color: #7DB9DF; }
span { border-color: rgb(125,185,223); }
td.TdClassName
{
border-color: #7DB9DF;
}
.TagClassName
{
border-color: #7DB9DF;
}
</style>