Shades of Seagull #7DADCA
Tints of Seagull #7DADCA
RGB
CMYK
RGB Variations
Color information
#7DADCA (or 0x7DADCA) is known color: Seagull. HEX triplet: 7D, AD and CA. RGB value is (125,173,202). Sum of RGB (Red+Green+Blue) = 125+173+202=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #7DADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADCA is #825235. Grayscale: #A1A1A1. Windows color (decimal): -8540726 or 13282685. OLE color: 13282685.
HSL color Cylindrical-coordinate representation of color #7DADCA: hue angle of 202.6º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DADCA is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 173 | 202 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.21 |
| HSL | 202.6º | 0.42% | 0.64% | - |
| HSV(B) | 202.6º | 0.38% | 0.79% | - |
| XYZ | 34.06 | 38.51 | 61.52 | - |
| YUV | 161.95 | 150.6 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 173 | 202 | 0.38 | 0.14 | 0 | 0.21 | 202.6 | 0.42 | 0.64 |
| Hex | 7D | AD | CA | 26 | E | 0 | 15 | CB | 2A | 40 |
| Octal | 175 | 255 | 312 | 46 | 16 | 0 | 25 | 313 | 52 | 100 |
| Binary | 1111101 | 10101101 | 11001010 | 100110 | 1110 | 0 | 10101 | 11001011 | 101010 | 1000000 |
Color Harmonies of #7DADCA
Complementary color
Monochromatic Colors of #7DADCA
Black with #7DADCA
Text Example
Text Example
White with #7DADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DADCA; }
p { color: rgb(125,173,202); }
H1.HeaderClassName
{
color: #7DADCA;
}
.AnyTagClassName
{
color: #7DADCA;
}
</style>
background-color css
<style>
a { background-color: #7DADCA; }
a { background-color: rgb(125,173,202); }
div.DivClassName
{
background-color: #7DADCA;
}
.BgClassName
{
background-color: #7DADCA;
}
</style>
border-color css
<style>
span { border-color: #7DADCA; }
span { border-color: rgb(125,173,202); }
td.TdClassName
{
border-color: #7DADCA;
}
.TagClassName
{
border-color: #7DADCA;
}
</style>