Shades of Seagull #7DBDCE
Tints of Seagull #7DBDCE
RGB
CMYK
RGB Variations
Color information
#7DBDCE (or 0x7DBDCE) is known color: Seagull. HEX triplet: 7D, BD and CE. RGB value is (125,189,206). Sum of RGB (Red+Green+Blue) = 125+189+206=520 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.04% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DBDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDCE is #824231. Grayscale: #ABABAB. Windows color (decimal): -8536626 or 13548925. OLE color: 13548925.
HSL color Cylindrical-coordinate representation of color #7DBDCE: hue angle of 192.59º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DBDCE is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 189 | 206 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.19 |
| HSL | 192.59º | 0.45% | 0.65% | - |
| HSV(B) | 192.59º | 0.39% | 0.81% | - |
| XYZ | 37.8 | 45.21 | 65.13 | - |
| YUV | 171.8 | 147.3 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 206 | 0.39 | 0.08 | 0 | 0.19 | 192.59 | 0.45 | 0.65 |
| Hex | 7D | BD | CE | 27 | 8 | 0 | 13 | C1 | 2D | 41 |
| Octal | 175 | 275 | 316 | 47 | 10 | 0 | 23 | 301 | 55 | 101 |
| Binary | 1111101 | 10111101 | 11001110 | 100111 | 1000 | 0 | 10011 | 11000001 | 101101 | 1000001 |
Color Harmonies of #7DBDCE
Complementary color
Monochromatic Colors of #7DBDCE
Black with #7DBDCE
Text Example
Text Example
White with #7DBDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBDCE; }
p { color: rgb(125,189,206); }
H1.HeaderClassName
{
color: #7DBDCE;
}
.AnyTagClassName
{
color: #7DBDCE;
}
</style>
background-color css
<style>
a { background-color: #7DBDCE; }
a { background-color: rgb(125,189,206); }
div.DivClassName
{
background-color: #7DBDCE;
}
.BgClassName
{
background-color: #7DBDCE;
}
</style>
border-color css
<style>
span { border-color: #7DBDCE; }
span { border-color: rgb(125,189,206); }
td.TdClassName
{
border-color: #7DBDCE;
}
.TagClassName
{
border-color: #7DBDCE;
}
</style>