Shades of Seagull #73A8CD
Tints of Seagull #73A8CD
RGB
CMYK
RGB Variations
Color information
#73A8CD (or 0x73A8CD) is known color: Seagull. HEX triplet: 73, A8 and CD. RGB value is (115,168,205). Sum of RGB (Red+Green+Blue) = 115+168+205=488 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.57% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #73A8CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A8CD is #8C5732. Grayscale: #9C9C9C. Windows color (decimal): -9197363 or 13478003. OLE color: 13478003.
HSL color Cylindrical-coordinate representation of color #73A8CD: hue angle of 204.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 #73A8CD is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 168 | 205 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.20 |
| HSL | 204.67º | 0.47% | 0.63% | - |
| HSV(B) | 204.67º | 0.44% | 0.8% | - |
| XYZ | 32.09 | 36.06 | 63.03 | - |
| YUV | 156.37 | 155.44 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 168 | 205 | 0.44 | 0.18 | 0 | 0.20 | 204.67 | 0.47 | 0.63 |
| Hex | 73 | A8 | CD | 2C | 12 | 0 | 14 | CD | 2F | 3F |
| Octal | 163 | 250 | 315 | 54 | 22 | 0 | 24 | 315 | 57 | 77 |
| Binary | 1110011 | 10101000 | 11001101 | 101100 | 10010 | 0 | 10100 | 11001101 | 101111 | 111111 |
Color Harmonies of #73A8CD
Complementary color
Monochromatic Colors of #73A8CD
Black with #73A8CD
Text Example
Text Example
White with #73A8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A8CD; }
p { color: rgb(115,168,205); }
H1.HeaderClassName
{
color: #73A8CD;
}
.AnyTagClassName
{
color: #73A8CD;
}
</style>
background-color css
<style>
a { background-color: #73A8CD; }
a { background-color: rgb(115,168,205); }
div.DivClassName
{
background-color: #73A8CD;
}
.BgClassName
{
background-color: #73A8CD;
}
</style>
border-color css
<style>
span { border-color: #73A8CD; }
span { border-color: rgb(115,168,205); }
td.TdClassName
{
border-color: #73A8CD;
}
.TagClassName
{
border-color: #73A8CD;
}
</style>