Shades of Seagull #7DB6CE
Tints of Seagull #7DB6CE
RGB
CMYK
RGB Variations
Color information
#7DB6CE (or 0x7DB6CE) is known color: Seagull. HEX triplet: 7D, B6 and CE. RGB value is (125,182,206). Sum of RGB (Red+Green+Blue) = 125+182+206=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DB6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB6CE is #824931. Grayscale: #A7A7A7. Windows color (decimal): -8538418 or 13547133. OLE color: 13547133.
HSL color Cylindrical-coordinate representation of color #7DB6CE: hue angle of 197.78º 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 #7DB6CE is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 182 | 206 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.19 |
| HSL | 197.78º | 0.45% | 0.65% | - |
| HSV(B) | 197.78º | 0.39% | 0.81% | - |
| XYZ | 36.33 | 42.27 | 64.64 | - |
| YUV | 167.69 | 149.62 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 182 | 206 | 0.39 | 0.12 | 0 | 0.19 | 197.78 | 0.45 | 0.65 |
| Hex | 7D | B6 | CE | 27 | C | 0 | 13 | C6 | 2D | 41 |
| Octal | 175 | 266 | 316 | 47 | 14 | 0 | 23 | 306 | 55 | 101 |
| Binary | 1111101 | 10110110 | 11001110 | 100111 | 1100 | 0 | 10011 | 11000110 | 101101 | 1000001 |
Color Harmonies of #7DB6CE
Complementary color
Monochromatic Colors of #7DB6CE
Black with #7DB6CE
Text Example
Text Example
White with #7DB6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB6CE; }
p { color: rgb(125,182,206); }
H1.HeaderClassName
{
color: #7DB6CE;
}
.AnyTagClassName
{
color: #7DB6CE;
}
</style>
background-color css
<style>
a { background-color: #7DB6CE; }
a { background-color: rgb(125,182,206); }
div.DivClassName
{
background-color: #7DB6CE;
}
.BgClassName
{
background-color: #7DB6CE;
}
</style>
border-color css
<style>
span { border-color: #7DB6CE; }
span { border-color: rgb(125,182,206); }
td.TdClassName
{
border-color: #7DB6CE;
}
.TagClassName
{
border-color: #7DB6CE;
}
</style>