Shades of Seagull #7DBADB
Tints of Seagull #7DBADB
RGB
CMYK
RGB Variations
Color information
#7DBADB (or 0x7DBADB) is known color: Seagull. HEX triplet: 7D, BA and DB. RGB value is (125,186,219). Sum of RGB (Red+Green+Blue) = 125+186+219=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #7DBADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBADB is #824524. Grayscale: #ABABAB. Windows color (decimal): -8537381 or 14400125. OLE color: 14400125.
HSL color Cylindrical-coordinate representation of color #7DBADB: hue angle of 201.06º 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 #7DBADB is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 186 | 219 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.14 |
| HSL | 201.06º | 0.57% | 0.67% | - |
| HSV(B) | 201.06º | 0.43% | 0.86% | - |
| XYZ | 38.8 | 44.59 | 73.58 | - |
| YUV | 171.52 | 154.79 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 219 | 0.43 | 0.15 | 0 | 0.14 | 201.06 | 0.57 | 0.67 |
| Hex | 7D | BA | DB | 2B | F | 0 | E | C9 | 39 | 43 |
| Octal | 175 | 272 | 333 | 53 | 17 | 0 | 16 | 311 | 71 | 103 |
| Binary | 1111101 | 10111010 | 11011011 | 101011 | 1111 | 0 | 1110 | 11001001 | 111001 | 1000011 |
Color Harmonies of #7DBADB
Complementary color
Monochromatic Colors of #7DBADB
Black with #7DBADB
Text Example
Text Example
White with #7DBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBADB; }
p { color: rgb(125,186,219); }
H1.HeaderClassName
{
color: #7DBADB;
}
.AnyTagClassName
{
color: #7DBADB;
}
</style>
background-color css
<style>
a { background-color: #7DBADB; }
a { background-color: rgb(125,186,219); }
div.DivClassName
{
background-color: #7DBADB;
}
.BgClassName
{
background-color: #7DBADB;
}
</style>
border-color css
<style>
span { border-color: #7DBADB; }
span { border-color: rgb(125,186,219); }
td.TdClassName
{
border-color: #7DBADB;
}
.TagClassName
{
border-color: #7DBADB;
}
</style>