Shades of Seagull #7DABCB
Tints of Seagull #7DABCB
RGB
CMYK
RGB Variations
Color information
#7DABCB (or 0x7DABCB) is known color: Seagull. HEX triplet: 7D, AB and CB. RGB value is (125,171,203). Sum of RGB (Red+Green+Blue) = 125+171+203=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #7DABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DABCB is #825434. Grayscale: #A0A0A0. Windows color (decimal): -8541237 or 13347709. OLE color: 13347709.
HSL color Cylindrical-coordinate representation of color #7DABCB: hue angle of 204.62º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DABCB is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 171 | 203 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.20 |
| HSL | 204.62º | 0.43% | 0.64% | - |
| HSV(B) | 204.62º | 0.38% | 0.8% | - |
| XYZ | 33.8 | 37.8 | 62.01 | - |
| YUV | 160.89 | 151.76 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 203 | 0.38 | 0.16 | 0 | 0.20 | 204.62 | 0.43 | 0.64 |
| Hex | 7D | AB | CB | 26 | 10 | 0 | 14 | CD | 2B | 40 |
| Octal | 175 | 253 | 313 | 46 | 20 | 0 | 24 | 315 | 53 | 100 |
| Binary | 1111101 | 10101011 | 11001011 | 100110 | 10000 | 0 | 10100 | 11001101 | 101011 | 1000000 |
Color Harmonies of #7DABCB
Complementary color
Monochromatic Colors of #7DABCB
Black with #7DABCB
Text Example
Text Example
White with #7DABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DABCB; }
p { color: rgb(125,171,203); }
H1.HeaderClassName
{
color: #7DABCB;
}
.AnyTagClassName
{
color: #7DABCB;
}
</style>
background-color css
<style>
a { background-color: #7DABCB; }
a { background-color: rgb(125,171,203); }
div.DivClassName
{
background-color: #7DABCB;
}
.BgClassName
{
background-color: #7DABCB;
}
</style>
border-color css
<style>
span { border-color: #7DABCB; }
span { border-color: rgb(125,171,203); }
td.TdClassName
{
border-color: #7DABCB;
}
.TagClassName
{
border-color: #7DABCB;
}
</style>