Shades of Seagull #73ACD1
Tints of Seagull #73ACD1
RGB
CMYK
RGB Variations
Color information
#73ACD1 (or 0x73ACD1) is known color: Seagull. HEX triplet: 73, AC and D1. RGB value is (115,172,209). Sum of RGB (Red+Green+Blue) = 115+172+209=496 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.19% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #73ACD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ACD1 is #8C532E. Grayscale: #9E9E9E. Windows color (decimal): -9196335 or 13741171. OLE color: 13741171.
HSL color Cylindrical-coordinate representation of color #73ACD1: hue angle of 203.62º 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 #73ACD1 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 172 | 209 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.18 |
| HSL | 203.62º | 0.51% | 0.64% | - |
| HSV(B) | 203.62º | 0.45% | 0.82% | - |
| XYZ | 33.33 | 37.75 | 65.85 | - |
| YUV | 159.18 | 156.12 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 172 | 209 | 0.45 | 0.18 | 0 | 0.18 | 203.62 | 0.51 | 0.64 |
| Hex | 73 | AC | D1 | 2D | 12 | 0 | 12 | CC | 33 | 40 |
| Octal | 163 | 254 | 321 | 55 | 22 | 0 | 22 | 314 | 63 | 100 |
| Binary | 1110011 | 10101100 | 11010001 | 101101 | 10010 | 0 | 10010 | 11001100 | 110011 | 1000000 |
Color Harmonies of #73ACD1
Complementary color
Monochromatic Colors of #73ACD1
Black with #73ACD1
Text Example
Text Example
White with #73ACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ACD1; }
p { color: rgb(115,172,209); }
H1.HeaderClassName
{
color: #73ACD1;
}
.AnyTagClassName
{
color: #73ACD1;
}
</style>
background-color css
<style>
a { background-color: #73ACD1; }
a { background-color: rgb(115,172,209); }
div.DivClassName
{
background-color: #73ACD1;
}
.BgClassName
{
background-color: #73ACD1;
}
</style>
border-color css
<style>
span { border-color: #73ACD1; }
span { border-color: rgb(115,172,209); }
td.TdClassName
{
border-color: #73ACD1;
}
.TagClassName
{
border-color: #73ACD1;
}
</style>