Shades of Seagull #7DB3D0
Tints of Seagull #7DB3D0
RGB
CMYK
RGB Variations
Color information
#7DB3D0 (or 0x7DB3D0) is known color: Seagull. HEX triplet: 7D, B3 and D0. RGB value is (125,179,208). Sum of RGB (Red+Green+Blue) = 125+179+208=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 208 - color contains mainly: blue. Hex color #7DB3D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB3D0 is #824C2F. Grayscale: #A5A5A5. Windows color (decimal): -8539184 or 13677437. OLE color: 13677437.
HSL color Cylindrical-coordinate representation of color #7DB3D0: hue angle of 200.96º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DB3D0 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 179 | 208 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.18 |
| HSL | 200.96º | 0.47% | 0.65% | - |
| HSV(B) | 200.96º | 0.4% | 0.82% | - |
| XYZ | 35.96 | 41.15 | 65.72 | - |
| YUV | 166.16 | 151.61 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 179 | 208 | 0.40 | 0.14 | 0 | 0.18 | 200.96 | 0.47 | 0.65 |
| Hex | 7D | B3 | D0 | 28 | E | 0 | 12 | C9 | 2F | 41 |
| Octal | 175 | 263 | 320 | 50 | 16 | 0 | 22 | 311 | 57 | 101 |
| Binary | 1111101 | 10110011 | 11010000 | 101000 | 1110 | 0 | 10010 | 11001001 | 101111 | 1000001 |
Color Harmonies of #7DB3D0
Complementary color
Monochromatic Colors of #7DB3D0
Black with #7DB3D0
Text Example
Text Example
White with #7DB3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB3D0; }
p { color: rgb(125,179,208); }
H1.HeaderClassName
{
color: #7DB3D0;
}
.AnyTagClassName
{
color: #7DB3D0;
}
</style>
background-color css
<style>
a { background-color: #7DB3D0; }
a { background-color: rgb(125,179,208); }
div.DivClassName
{
background-color: #7DB3D0;
}
.BgClassName
{
background-color: #7DB3D0;
}
</style>
border-color css
<style>
span { border-color: #7DB3D0; }
span { border-color: rgb(125,179,208); }
td.TdClassName
{
border-color: #7DB3D0;
}
.TagClassName
{
border-color: #7DB3D0;
}
</style>