Shades of Seagull #7DB5DA
Tints of Seagull #7DB5DA
RGB
CMYK
RGB Variations
Color information
#7DB5DA (or 0x7DB5DA) is known color: Seagull. HEX triplet: 7D, B5 and DA. RGB value is (125,181,218). Sum of RGB (Red+Green+Blue) = 125+181+218=524 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.85% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #7DB5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB5DA is #824A25. Grayscale: #A8A8A8. Windows color (decimal): -8538662 or 14333309. OLE color: 14333309.
HSL color Cylindrical-coordinate representation of color #7DB5DA: hue angle of 203.87º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DB5DA is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 181 | 218 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.15 |
| HSL | 203.87º | 0.56% | 0.67% | - |
| HSV(B) | 203.87º | 0.43% | 0.85% | - |
| XYZ | 37.64 | 42.47 | 72.54 | - |
| YUV | 168.47 | 155.95 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 218 | 0.43 | 0.17 | 0 | 0.15 | 203.87 | 0.56 | 0.67 |
| Hex | 7D | B5 | DA | 2B | 11 | 0 | F | CC | 38 | 43 |
| Octal | 175 | 265 | 332 | 53 | 21 | 0 | 17 | 314 | 70 | 103 |
| Binary | 1111101 | 10110101 | 11011010 | 101011 | 10001 | 0 | 1111 | 11001100 | 111000 | 1000011 |
Color Harmonies of #7DB5DA
Complementary color
Monochromatic Colors of #7DB5DA
Black with #7DB5DA
Text Example
Text Example
White with #7DB5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB5DA; }
p { color: rgb(125,181,218); }
H1.HeaderClassName
{
color: #7DB5DA;
}
.AnyTagClassName
{
color: #7DB5DA;
}
</style>
background-color css
<style>
a { background-color: #7DB5DA; }
a { background-color: rgb(125,181,218); }
div.DivClassName
{
background-color: #7DB5DA;
}
.BgClassName
{
background-color: #7DB5DA;
}
</style>
border-color css
<style>
span { border-color: #7DB5DA; }
span { border-color: rgb(125,181,218); }
td.TdClassName
{
border-color: #7DB5DA;
}
.TagClassName
{
border-color: #7DB5DA;
}
</style>