Shades of Seagull #7DBFDB
Tints of Seagull #7DBFDB
RGB
CMYK
RGB Variations
Color information
#7DBFDB (or 0x7DBFDB) is known color: Seagull. HEX triplet: 7D, BF and DB. RGB value is (125,191,219). Sum of RGB (Red+Green+Blue) = 125+191+219=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #7DBFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBFDB is #824024. Grayscale: #AEAEAE. Windows color (decimal): -8536101 or 14401405. OLE color: 14401405.
HSL color Cylindrical-coordinate representation of color #7DBFDB: hue angle of 197.87º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DBFDB is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 191 | 219 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.14 |
| HSL | 197.87º | 0.57% | 0.67% | - |
| HSV(B) | 197.87º | 0.43% | 0.86% | - |
| XYZ | 39.87 | 46.74 | 73.94 | - |
| YUV | 174.46 | 153.13 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 219 | 0.43 | 0.13 | 0 | 0.14 | 197.87 | 0.57 | 0.67 |
| Hex | 7D | BF | DB | 2B | D | 0 | E | C6 | 39 | 43 |
| Octal | 175 | 277 | 333 | 53 | 15 | 0 | 16 | 306 | 71 | 103 |
| Binary | 1111101 | 10111111 | 11011011 | 101011 | 1101 | 0 | 1110 | 11000110 | 111001 | 1000011 |
Color Harmonies of #7DBFDB
Complementary color
Monochromatic Colors of #7DBFDB
Black with #7DBFDB
Text Example
Text Example
White with #7DBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBFDB; }
p { color: rgb(125,191,219); }
H1.HeaderClassName
{
color: #7DBFDB;
}
.AnyTagClassName
{
color: #7DBFDB;
}
</style>
background-color css
<style>
a { background-color: #7DBFDB; }
a { background-color: rgb(125,191,219); }
div.DivClassName
{
background-color: #7DBFDB;
}
.BgClassName
{
background-color: #7DBFDB;
}
</style>
border-color css
<style>
span { border-color: #7DBFDB; }
span { border-color: rgb(125,191,219); }
td.TdClassName
{
border-color: #7DBFDB;
}
.TagClassName
{
border-color: #7DBFDB;
}
</style>