Shades of Seagull #7DBDD6
Tints of Seagull #7DBDD6
RGB
CMYK
RGB Variations
Color information
#7DBDD6 (or 0x7DBDD6) is known color: Seagull. HEX triplet: 7D, BD and D6. RGB value is (125,189,214). Sum of RGB (Red+Green+Blue) = 125+189+214=528 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.67% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 214 - color contains mainly: blue. Hex color #7DBDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDD6 is #824229. Grayscale: #ACACAC. Windows color (decimal): -8536618 or 14073213. OLE color: 14073213.
HSL color Cylindrical-coordinate representation of color #7DBDD6: hue angle of 196.85º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DBDD6 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 189 | 214 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.16 |
| HSL | 196.85º | 0.52% | 0.66% | - |
| HSV(B) | 196.85º | 0.42% | 0.84% | - |
| XYZ | 38.79 | 45.61 | 70.38 | - |
| YUV | 172.71 | 151.3 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 214 | 0.42 | 0.12 | 0 | 0.16 | 196.85 | 0.52 | 0.66 |
| Hex | 7D | BD | D6 | 2A | C | 0 | 10 | C5 | 34 | 42 |
| Octal | 175 | 275 | 326 | 52 | 14 | 0 | 20 | 305 | 64 | 102 |
| Binary | 1111101 | 10111101 | 11010110 | 101010 | 1100 | 0 | 10000 | 11000101 | 110100 | 1000010 |
Color Harmonies of #7DBDD6
Complementary color
Monochromatic Colors of #7DBDD6
Black with #7DBDD6
Text Example
Text Example
White with #7DBDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBDD6; }
p { color: rgb(125,189,214); }
H1.HeaderClassName
{
color: #7DBDD6;
}
.AnyTagClassName
{
color: #7DBDD6;
}
</style>
background-color css
<style>
a { background-color: #7DBDD6; }
a { background-color: rgb(125,189,214); }
div.DivClassName
{
background-color: #7DBDD6;
}
.BgClassName
{
background-color: #7DBDD6;
}
</style>
border-color css
<style>
span { border-color: #7DBDD6; }
span { border-color: rgb(125,189,214); }
td.TdClassName
{
border-color: #7DBDD6;
}
.TagClassName
{
border-color: #7DBDD6;
}
</style>