Shades of Seagull #7DBBDF
Tints of Seagull #7DBBDF
RGB
CMYK
RGB Variations
Color information
#7DBBDF (or 0x7DBBDF) is known color: Seagull. HEX triplet: 7D, BB and DF. RGB value is (125,187,223). Sum of RGB (Red+Green+Blue) = 125+187+223=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #7DBBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBBDF is #824420. Grayscale: #ACACAC. Windows color (decimal): -8537121 or 14662525. OLE color: 14662525.
HSL color Cylindrical-coordinate representation of color #7DBBDF: hue angle of 202.04º 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 #7DBBDF is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 187 | 223 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.13 |
| HSL | 202.04º | 0.6% | 0.68% | - |
| HSV(B) | 202.04º | 0.44% | 0.87% | - |
| XYZ | 39.55 | 45.23 | 76.46 | - |
| YUV | 172.57 | 156.46 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 223 | 0.44 | 0.16 | 0 | 0.13 | 202.04 | 0.6 | 0.68 |
| Hex | 7D | BB | DF | 2C | 10 | 0 | D | CA | 3C | 44 |
| Octal | 175 | 273 | 337 | 54 | 20 | 0 | 15 | 312 | 74 | 104 |
| Binary | 1111101 | 10111011 | 11011111 | 101100 | 10000 | 0 | 1101 | 11001010 | 111100 | 1000100 |
Color Harmonies of #7DBBDF
Complementary color
Monochromatic Colors of #7DBBDF
Black with #7DBBDF
Text Example
Text Example
White with #7DBBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBBDF; }
p { color: rgb(125,187,223); }
H1.HeaderClassName
{
color: #7DBBDF;
}
.AnyTagClassName
{
color: #7DBBDF;
}
</style>
background-color css
<style>
a { background-color: #7DBBDF; }
a { background-color: rgb(125,187,223); }
div.DivClassName
{
background-color: #7DBBDF;
}
.BgClassName
{
background-color: #7DBBDF;
}
</style>
border-color css
<style>
span { border-color: #7DBBDF; }
span { border-color: rgb(125,187,223); }
td.TdClassName
{
border-color: #7DBBDF;
}
.TagClassName
{
border-color: #7DBBDF;
}
</style>