Shades of Seagull #73AAD0
Tints of Seagull #73AAD0
RGB
CMYK
RGB Variations
Color information
#73AAD0 (or 0x73AAD0) is known color: Seagull. HEX triplet: 73, AA and D0. RGB value is (115,170,208). Sum of RGB (Red+Green+Blue) = 115+170+208=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #73AAD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AAD0 is #8C552F. Grayscale: #9D9D9D. Windows color (decimal): -9196848 or 13675123. OLE color: 13675123.
HSL color Cylindrical-coordinate representation of color #73AAD0: hue angle of 204.52º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73AAD0 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 170 | 208 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.18 |
| HSL | 204.52º | 0.5% | 0.63% | - |
| HSV(B) | 204.52º | 0.45% | 0.82% | - |
| XYZ | 32.83 | 36.95 | 65.08 | - |
| YUV | 157.89 | 156.28 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 208 | 0.45 | 0.18 | 0 | 0.18 | 204.52 | 0.5 | 0.63 |
| Hex | 73 | AA | D0 | 2D | 12 | 0 | 12 | CD | 32 | 3F |
| Octal | 163 | 252 | 320 | 55 | 22 | 0 | 22 | 315 | 62 | 77 |
| Binary | 1110011 | 10101010 | 11010000 | 101101 | 10010 | 0 | 10010 | 11001101 | 110010 | 111111 |
Color Harmonies of #73AAD0
Complementary color
Monochromatic Colors of #73AAD0
Black with #73AAD0
Text Example
Text Example
White with #73AAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AAD0; }
p { color: rgb(115,170,208); }
H1.HeaderClassName
{
color: #73AAD0;
}
.AnyTagClassName
{
color: #73AAD0;
}
</style>
background-color css
<style>
a { background-color: #73AAD0; }
a { background-color: rgb(115,170,208); }
div.DivClassName
{
background-color: #73AAD0;
}
.BgClassName
{
background-color: #73AAD0;
}
</style>
border-color css
<style>
span { border-color: #73AAD0; }
span { border-color: rgb(115,170,208); }
td.TdClassName
{
border-color: #73AAD0;
}
.TagClassName
{
border-color: #73AAD0;
}
</style>