Shades of Seagull #73ABCD
Tints of Seagull #73ABCD
RGB
CMYK
RGB Variations
Color information
#73ABCD (or 0x73ABCD) is known color: Seagull. HEX triplet: 73, AB and CD. RGB value is (115,171,205). Sum of RGB (Red+Green+Blue) = 115+171+205=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #73ABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ABCD is #8C5432. Grayscale: #9D9D9D. Windows color (decimal): -9196595 or 13478771. OLE color: 13478771.
HSL color Cylindrical-coordinate representation of color #73ABCD: hue angle of 202.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73ABCD is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 171 | 205 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.20 |
| HSL | 202.67º | 0.47% | 0.63% | - |
| HSV(B) | 202.67º | 0.44% | 0.8% | - |
| XYZ | 32.65 | 37.18 | 63.21 | - |
| YUV | 158.13 | 154.45 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 205 | 0.44 | 0.17 | 0 | 0.20 | 202.67 | 0.47 | 0.63 |
| Hex | 73 | AB | CD | 2C | 11 | 0 | 14 | CB | 2F | 3F |
| Octal | 163 | 253 | 315 | 54 | 21 | 0 | 24 | 313 | 57 | 77 |
| Binary | 1110011 | 10101011 | 11001101 | 101100 | 10001 | 0 | 10100 | 11001011 | 101111 | 111111 |
Color Harmonies of #73ABCD
Complementary color
Monochromatic Colors of #73ABCD
Black with #73ABCD
Text Example
Text Example
White with #73ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ABCD; }
p { color: rgb(115,171,205); }
H1.HeaderClassName
{
color: #73ABCD;
}
.AnyTagClassName
{
color: #73ABCD;
}
</style>
background-color css
<style>
a { background-color: #73ABCD; }
a { background-color: rgb(115,171,205); }
div.DivClassName
{
background-color: #73ABCD;
}
.BgClassName
{
background-color: #73ABCD;
}
</style>
border-color css
<style>
span { border-color: #73ABCD; }
span { border-color: rgb(115,171,205); }
td.TdClassName
{
border-color: #73ABCD;
}
.TagClassName
{
border-color: #73ABCD;
}
</style>