Shades of Seagull #7DBDD8
Tints of Seagull #7DBDD8
RGB
CMYK
RGB Variations
Color information
#7DBDD8 (or 0x7DBDD8) is known color: Seagull. HEX triplet: 7D, BD and D8. RGB value is (125,189,216). Sum of RGB (Red+Green+Blue) = 125+189+216=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 216 - color contains mainly: blue. Hex color #7DBDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDD8 is #824227. Grayscale: #ACACAC. Windows color (decimal): -8536616 or 14204285. OLE color: 14204285.
HSL color Cylindrical-coordinate representation of color #7DBDD8: hue angle of 197.8º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DBDD8 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 189 | 216 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.15 |
| HSL | 197.8º | 0.54% | 0.67% | - |
| HSV(B) | 197.8º | 0.42% | 0.85% | - |
| XYZ | 39.05 | 45.71 | 71.73 | - |
| YUV | 172.94 | 152.3 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 216 | 0.42 | 0.12 | 0 | 0.15 | 197.8 | 0.54 | 0.67 |
| Hex | 7D | BD | D8 | 2A | C | 0 | F | C6 | 36 | 43 |
| Octal | 175 | 275 | 330 | 52 | 14 | 0 | 17 | 306 | 66 | 103 |
| Binary | 1111101 | 10111101 | 11011000 | 101010 | 1100 | 0 | 1111 | 11000110 | 110110 | 1000011 |
Color Harmonies of #7DBDD8
Complementary color
Monochromatic Colors of #7DBDD8
Black with #7DBDD8
Text Example
Text Example
White with #7DBDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBDD8; }
p { color: rgb(125,189,216); }
H1.HeaderClassName
{
color: #7DBDD8;
}
.AnyTagClassName
{
color: #7DBDD8;
}
</style>
background-color css
<style>
a { background-color: #7DBDD8; }
a { background-color: rgb(125,189,216); }
div.DivClassName
{
background-color: #7DBDD8;
}
.BgClassName
{
background-color: #7DBDD8;
}
</style>
border-color css
<style>
span { border-color: #7DBDD8; }
span { border-color: rgb(125,189,216); }
td.TdClassName
{
border-color: #7DBDD8;
}
.TagClassName
{
border-color: #7DBDD8;
}
</style>