Shades of Seagull #73ADC8
Tints of Seagull #73ADC8
RGB
CMYK
RGB Variations
Color information
#73ADC8 (or 0x73ADC8) is known color: Seagull. HEX triplet: 73, AD and C8. RGB value is (115,173,200). Sum of RGB (Red+Green+Blue) = 115+173+200=488 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.57% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 200 (78.52% from 255 or 40.98% from 488); Max value from RGB is 200 - color contains mainly: blue. Hex color #73ADC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ADC8 is #8C5237. Grayscale: #9E9E9E. Windows color (decimal): -9196088 or 13151603. OLE color: 13151603.
HSL color Cylindrical-coordinate representation of color #73ADC8: hue angle of 199.06º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73ADC8 is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 173 | 200 | - |
| CMYK | 0.42 | 0.14 | 0 | 0.22 |
| HSL | 199.06º | 0.44% | 0.62% | - |
| HSV(B) | 199.06º | 0.43% | 0.78% | - |
| XYZ | 32.44 | 37.7 | 60.21 | - |
| YUV | 158.74 | 151.28 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 200 | 0.42 | 0.14 | 0 | 0.22 | 199.06 | 0.44 | 0.62 |
| Hex | 73 | AD | C8 | 2A | E | 0 | 16 | C7 | 2C | 3E |
| Octal | 163 | 255 | 310 | 52 | 16 | 0 | 26 | 307 | 54 | 76 |
| Binary | 1110011 | 10101101 | 11001000 | 101010 | 1110 | 0 | 10110 | 11000111 | 101100 | 111110 |
Color Harmonies of #73ADC8
Complementary color
Monochromatic Colors of #73ADC8
Black with #73ADC8
Text Example
Text Example
White with #73ADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ADC8; }
p { color: rgb(115,173,200); }
H1.HeaderClassName
{
color: #73ADC8;
}
.AnyTagClassName
{
color: #73ADC8;
}
</style>
background-color css
<style>
a { background-color: #73ADC8; }
a { background-color: rgb(115,173,200); }
div.DivClassName
{
background-color: #73ADC8;
}
.BgClassName
{
background-color: #73ADC8;
}
</style>
border-color css
<style>
span { border-color: #73ADC8; }
span { border-color: rgb(115,173,200); }
td.TdClassName
{
border-color: #73ADC8;
}
.TagClassName
{
border-color: #73ADC8;
}
</style>