Shades of Seagull #7AADCA
Tints of Seagull #7AADCA
RGB
CMYK
RGB Variations
Color information
#7AADCA (or 0x7AADCA) is known color: Seagull. HEX triplet: 7A, AD and CA. RGB value is (122,173,202). Sum of RGB (Red+Green+Blue) = 122+173+202=497 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.55% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #7AADCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADCA is #855235. Grayscale: #A0A0A0. Windows color (decimal): -8737334 or 13282682. OLE color: 13282682.
HSL color Cylindrical-coordinate representation of color #7AADCA: hue angle of 201.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AADCA is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 173 | 202 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.21 |
| HSL | 201.75º | 0.43% | 0.64% | - |
| HSV(B) | 201.75º | 0.4% | 0.79% | - |
| XYZ | 33.63 | 38.29 | 61.5 | - |
| YUV | 161.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 173 | 202 | 0.40 | 0.14 | 0 | 0.21 | 201.75 | 0.43 | 0.64 |
| Hex | 7A | AD | CA | 28 | E | 0 | 15 | CA | 2B | 40 |
| Octal | 172 | 255 | 312 | 50 | 16 | 0 | 25 | 312 | 53 | 100 |
| Binary | 1111010 | 10101101 | 11001010 | 101000 | 1110 | 0 | 10101 | 11001010 | 101011 | 1000000 |
Color Harmonies of #7AADCA
Complementary color
Monochromatic Colors of #7AADCA
Black with #7AADCA
Text Example
Text Example
White with #7AADCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AADCA; }
p { color: rgb(122,173,202); }
H1.HeaderClassName
{
color: #7AADCA;
}
.AnyTagClassName
{
color: #7AADCA;
}
</style>
background-color css
<style>
a { background-color: #7AADCA; }
a { background-color: rgb(122,173,202); }
div.DivClassName
{
background-color: #7AADCA;
}
.BgClassName
{
background-color: #7AADCA;
}
</style>
border-color css
<style>
span { border-color: #7AADCA; }
span { border-color: rgb(122,173,202); }
td.TdClassName
{
border-color: #7AADCA;
}
.TagClassName
{
border-color: #7AADCA;
}
</style>