Shades of Seagull #7DB0CE
Tints of Seagull #7DB0CE
RGB
CMYK
RGB Variations
Color information
#7DB0CE (or 0x7DB0CE) is known color: Seagull. HEX triplet: 7D, B0 and CE. RGB value is (125,176,206). Sum of RGB (Red+Green+Blue) = 125+176+206=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #7DB0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB0CE is #824F31. Grayscale: #A3A3A3. Windows color (decimal): -8539954 or 13545597. OLE color: 13545597.
HSL color Cylindrical-coordinate representation of color #7DB0CE: hue angle of 202.22º 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 #7DB0CE is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 176 | 206 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.19 |
| HSL | 202.22º | 0.45% | 0.65% | - |
| HSV(B) | 202.22º | 0.39% | 0.81% | - |
| XYZ | 35.12 | 39.87 | 64.24 | - |
| YUV | 164.17 | 151.6 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 206 | 0.39 | 0.15 | 0 | 0.19 | 202.22 | 0.45 | 0.65 |
| Hex | 7D | B0 | CE | 27 | F | 0 | 13 | CA | 2D | 41 |
| Octal | 175 | 260 | 316 | 47 | 17 | 0 | 23 | 312 | 55 | 101 |
| Binary | 1111101 | 10110000 | 11001110 | 100111 | 1111 | 0 | 10011 | 11001010 | 101101 | 1000001 |
Color Harmonies of #7DB0CE
Complementary color
Monochromatic Colors of #7DB0CE
Black with #7DB0CE
Text Example
Text Example
White with #7DB0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB0CE; }
p { color: rgb(125,176,206); }
H1.HeaderClassName
{
color: #7DB0CE;
}
.AnyTagClassName
{
color: #7DB0CE;
}
</style>
background-color css
<style>
a { background-color: #7DB0CE; }
a { background-color: rgb(125,176,206); }
div.DivClassName
{
background-color: #7DB0CE;
}
.BgClassName
{
background-color: #7DB0CE;
}
</style>
border-color css
<style>
span { border-color: #7DB0CE; }
span { border-color: rgb(125,176,206); }
td.TdClassName
{
border-color: #7DB0CE;
}
.TagClassName
{
border-color: #7DB0CE;
}
</style>