Shades of Seagull #7DBCD6
Tints of Seagull #7DBCD6
RGB
CMYK
RGB Variations
Color information
#7DBCD6 (or 0x7DBCD6) is known color: Seagull. HEX triplet: 7D, BC and D6. RGB value is (125,188,214). Sum of RGB (Red+Green+Blue) = 125+188+214=527 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.72% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 214 - color contains mainly: blue. Hex color #7DBCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBCD6 is #824329. Grayscale: #ABABAB. Windows color (decimal): -8536874 or 14072957. OLE color: 14072957.
HSL color Cylindrical-coordinate representation of color #7DBCD6: hue angle of 197.53º 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 #7DBCD6 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 188 | 214 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.16 |
| HSL | 197.53º | 0.52% | 0.66% | - |
| HSV(B) | 197.53º | 0.42% | 0.84% | - |
| XYZ | 38.58 | 45.18 | 70.31 | - |
| YUV | 172.13 | 151.63 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 214 | 0.42 | 0.12 | 0 | 0.16 | 197.53 | 0.52 | 0.66 |
| Hex | 7D | BC | D6 | 2A | C | 0 | 10 | C6 | 34 | 42 |
| Octal | 175 | 274 | 326 | 52 | 14 | 0 | 20 | 306 | 64 | 102 |
| Binary | 1111101 | 10111100 | 11010110 | 101010 | 1100 | 0 | 10000 | 11000110 | 110100 | 1000010 |
Color Harmonies of #7DBCD6
Complementary color
Monochromatic Colors of #7DBCD6
Black with #7DBCD6
Text Example
Text Example
White with #7DBCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBCD6; }
p { color: rgb(125,188,214); }
H1.HeaderClassName
{
color: #7DBCD6;
}
.AnyTagClassName
{
color: #7DBCD6;
}
</style>
background-color css
<style>
a { background-color: #7DBCD6; }
a { background-color: rgb(125,188,214); }
div.DivClassName
{
background-color: #7DBCD6;
}
.BgClassName
{
background-color: #7DBCD6;
}
</style>
border-color css
<style>
span { border-color: #7DBCD6; }
span { border-color: rgb(125,188,214); }
td.TdClassName
{
border-color: #7DBCD6;
}
.TagClassName
{
border-color: #7DBCD6;
}
</style>