Shades of Seagull #7DBFDD
Tints of Seagull #7DBFDD
RGB
CMYK
RGB Variations
Color information
#7DBFDD (or 0x7DBFDD) is known color: Seagull. HEX triplet: 7D, BF and DD. RGB value is (125,191,221). Sum of RGB (Red+Green+Blue) = 125+191+221=537 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.28% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #7DBFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBFDD is #824022. Grayscale: #AEAEAE. Windows color (decimal): -8536099 or 14532477. OLE color: 14532477.
HSL color Cylindrical-coordinate representation of color #7DBFDD: hue angle of 198.75º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DBFDD is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 191 | 221 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.13 |
| HSL | 198.75º | 0.59% | 0.68% | - |
| HSV(B) | 198.75º | 0.43% | 0.87% | - |
| XYZ | 40.14 | 46.84 | 75.33 | - |
| YUV | 174.69 | 154.13 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 221 | 0.43 | 0.14 | 0 | 0.13 | 198.75 | 0.59 | 0.68 |
| Hex | 7D | BF | DD | 2B | E | 0 | D | C7 | 3B | 44 |
| Octal | 175 | 277 | 335 | 53 | 16 | 0 | 15 | 307 | 73 | 104 |
| Binary | 1111101 | 10111111 | 11011101 | 101011 | 1110 | 0 | 1101 | 11000111 | 111011 | 1000100 |
Color Harmonies of #7DBFDD
Complementary color
Monochromatic Colors of #7DBFDD
Black with #7DBFDD
Text Example
Text Example
White with #7DBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBFDD; }
p { color: rgb(125,191,221); }
H1.HeaderClassName
{
color: #7DBFDD;
}
.AnyTagClassName
{
color: #7DBFDD;
}
</style>
background-color css
<style>
a { background-color: #7DBFDD; }
a { background-color: rgb(125,191,221); }
div.DivClassName
{
background-color: #7DBFDD;
}
.BgClassName
{
background-color: #7DBFDD;
}
</style>
border-color css
<style>
span { border-color: #7DBFDD; }
span { border-color: rgb(125,191,221); }
td.TdClassName
{
border-color: #7DBFDD;
}
.TagClassName
{
border-color: #7DBFDD;
}
</style>