Shades of Seagull #7DBDD5
Tints of Seagull #7DBDD5
RGB
CMYK
RGB Variations
Color information
#7DBDD5 (or 0x7DBDD5) is known color: Seagull. HEX triplet: 7D, BD and D5. RGB value is (125,189,213). Sum of RGB (Red+Green+Blue) = 125+189+213=527 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.72% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #7DBDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDD5 is #82422A. Grayscale: #ACACAC. Windows color (decimal): -8536619 or 14007677. OLE color: 14007677.
HSL color Cylindrical-coordinate representation of color #7DBDD5: hue angle of 196.36º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DBDD5 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 189 | 213 | - |
| CMYK | 0.41 | 0.11 | 0 | 0.16 |
| HSL | 196.36º | 0.51% | 0.66% | - |
| HSV(B) | 196.36º | 0.41% | 0.84% | - |
| XYZ | 38.67 | 45.56 | 69.71 | - |
| YUV | 172.6 | 150.8 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 213 | 0.41 | 0.11 | 0 | 0.16 | 196.36 | 0.51 | 0.66 |
| Hex | 7D | BD | D5 | 29 | B | 0 | 10 | C4 | 33 | 42 |
| Octal | 175 | 275 | 325 | 51 | 13 | 0 | 20 | 304 | 63 | 102 |
| Binary | 1111101 | 10111101 | 11010101 | 101001 | 1011 | 0 | 10000 | 11000100 | 110011 | 1000010 |
Color Harmonies of #7DBDD5
Complementary color
Monochromatic Colors of #7DBDD5
Black with #7DBDD5
Text Example
Text Example
White with #7DBDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBDD5; }
p { color: rgb(125,189,213); }
H1.HeaderClassName
{
color: #7DBDD5;
}
.AnyTagClassName
{
color: #7DBDD5;
}
</style>
background-color css
<style>
a { background-color: #7DBDD5; }
a { background-color: rgb(125,189,213); }
div.DivClassName
{
background-color: #7DBDD5;
}
.BgClassName
{
background-color: #7DBDD5;
}
</style>
border-color css
<style>
span { border-color: #7DBDD5; }
span { border-color: rgb(125,189,213); }
td.TdClassName
{
border-color: #7DBDD5;
}
.TagClassName
{
border-color: #7DBDD5;
}
</style>