Shades of Seagull #7DBBDD
Tints of Seagull #7DBBDD
RGB
CMYK
RGB Variations
Color information
#7DBBDD (or 0x7DBBDD) is known color: Seagull. HEX triplet: 7D, BB and DD. RGB value is (125,187,221). Sum of RGB (Red+Green+Blue) = 125+187+221=533 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.45% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #7DBBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBDD is #824422. Grayscale: #ACACAC. Windows color (decimal): -8537123 or 14531453. OLE color: 14531453.
HSL color Cylindrical-coordinate representation of color #7DBBDD: hue angle of 201.25º 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 #7DBBDD is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 187 | 221 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.13 |
| HSL | 201.25º | 0.59% | 0.68% | - |
| HSV(B) | 201.25º | 0.43% | 0.87% | - |
| XYZ | 39.28 | 45.12 | 75.05 | - |
| YUV | 172.34 | 155.46 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 221 | 0.43 | 0.15 | 0 | 0.13 | 201.25 | 0.59 | 0.68 |
| Hex | 7D | BB | DD | 2B | F | 0 | D | C9 | 3B | 44 |
| Octal | 175 | 273 | 335 | 53 | 17 | 0 | 15 | 311 | 73 | 104 |
| Binary | 1111101 | 10111011 | 11011101 | 101011 | 1111 | 0 | 1101 | 11001001 | 111011 | 1000100 |
Color Harmonies of #7DBBDD
Complementary color
Monochromatic Colors of #7DBBDD
Black with #7DBBDD
Text Example
Text Example
White with #7DBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBBDD; }
p { color: rgb(125,187,221); }
H1.HeaderClassName
{
color: #7DBBDD;
}
.AnyTagClassName
{
color: #7DBBDD;
}
</style>
background-color css
<style>
a { background-color: #7DBBDD; }
a { background-color: rgb(125,187,221); }
div.DivClassName
{
background-color: #7DBBDD;
}
.BgClassName
{
background-color: #7DBBDD;
}
</style>
border-color css
<style>
span { border-color: #7DBBDD; }
span { border-color: rgb(125,187,221); }
td.TdClassName
{
border-color: #7DBBDD;
}
.TagClassName
{
border-color: #7DBBDD;
}
</style>