Shades of Seagull #7DBCDC
Tints of Seagull #7DBCDC
RGB
CMYK
RGB Variations
Color information
#7DBCDC (or 0x7DBCDC) is known color: Seagull. HEX triplet: 7D, BC and DC. RGB value is (125,188,220). Sum of RGB (Red+Green+Blue) = 125+188+220=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DBCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBCDC is #824323. Grayscale: #ACACAC. Windows color (decimal): -8536868 or 14466173. OLE color: 14466173.
HSL color Cylindrical-coordinate representation of color #7DBCDC: hue angle of 200.21º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DBCDC is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 188 | 220 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.14 |
| HSL | 200.21º | 0.58% | 0.68% | - |
| HSV(B) | 200.21º | 0.43% | 0.86% | - |
| XYZ | 39.36 | 45.49 | 74.42 | - |
| YUV | 172.81 | 154.63 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 220 | 0.43 | 0.15 | 0 | 0.14 | 200.21 | 0.58 | 0.68 |
| Hex | 7D | BC | DC | 2B | F | 0 | E | C8 | 3A | 44 |
| Octal | 175 | 274 | 334 | 53 | 17 | 0 | 16 | 310 | 72 | 104 |
| Binary | 1111101 | 10111100 | 11011100 | 101011 | 1111 | 0 | 1110 | 11001000 | 111010 | 1000100 |
Color Harmonies of #7DBCDC
Complementary color
Monochromatic Colors of #7DBCDC
Black with #7DBCDC
Text Example
Text Example
White with #7DBCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCDC; }
p { color: rgb(125,188,220); }
H1.HeaderClassName
{
color: #7DBCDC;
}
.AnyTagClassName
{
color: #7DBCDC;
}
</style>
background-color css
<style>
a { background-color: #7DBCDC; }
a { background-color: rgb(125,188,220); }
div.DivClassName
{
background-color: #7DBCDC;
}
.BgClassName
{
background-color: #7DBCDC;
}
</style>
border-color css
<style>
span { border-color: #7DBCDC; }
span { border-color: rgb(125,188,220); }
td.TdClassName
{
border-color: #7DBCDC;
}
.TagClassName
{
border-color: #7DBCDC;
}
</style>