Shades of Seagull #73ABD1
Tints of Seagull #73ABD1
RGB
CMYK
RGB Variations
Color information
#73ABD1 (or 0x73ABD1) is known color: Seagull. HEX triplet: 73, AB and D1. RGB value is (115,171,209). Sum of RGB (Red+Green+Blue) = 115+171+209=495 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.23% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 209 (82.03% from 255 or 42.22% from 495); Max value from RGB is 209 - color contains mainly: blue. Hex color #73ABD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ABD1 is #8C542E. Grayscale: #9E9E9E. Windows color (decimal): -9196591 or 13740915. OLE color: 13740915.
HSL color Cylindrical-coordinate representation of color #73ABD1: hue angle of 204.26º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73ABD1 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 171 | 209 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.18 |
| HSL | 204.26º | 0.51% | 0.64% | - |
| HSV(B) | 204.26º | 0.45% | 0.82% | - |
| XYZ | 33.14 | 37.37 | 65.79 | - |
| YUV | 158.59 | 156.45 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 209 | 0.45 | 0.18 | 0 | 0.18 | 204.26 | 0.51 | 0.64 |
| Hex | 73 | AB | D1 | 2D | 12 | 0 | 12 | CC | 33 | 40 |
| Octal | 163 | 253 | 321 | 55 | 22 | 0 | 22 | 314 | 63 | 100 |
| Binary | 1110011 | 10101011 | 11010001 | 101101 | 10010 | 0 | 10010 | 11001100 | 110011 | 1000000 |
Color Harmonies of #73ABD1
Complementary color
Monochromatic Colors of #73ABD1
Black with #73ABD1
Text Example
Text Example
White with #73ABD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ABD1; }
p { color: rgb(115,171,209); }
H1.HeaderClassName
{
color: #73ABD1;
}
.AnyTagClassName
{
color: #73ABD1;
}
</style>
background-color css
<style>
a { background-color: #73ABD1; }
a { background-color: rgb(115,171,209); }
div.DivClassName
{
background-color: #73ABD1;
}
.BgClassName
{
background-color: #73ABD1;
}
</style>
border-color css
<style>
span { border-color: #73ABD1; }
span { border-color: rgb(115,171,209); }
td.TdClassName
{
border-color: #73ABD1;
}
.TagClassName
{
border-color: #73ABD1;
}
</style>