Shades of Seagull #73A6CD
Tints of Seagull #73A6CD
RGB
CMYK
RGB Variations
Color information
#73A6CD (or 0x73A6CD) is known color: Seagull. HEX triplet: 73, A6 and CD. RGB value is (115,166,205). Sum of RGB (Red+Green+Blue) = 115+166+205=486 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.66% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #73A6CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A6CD is #8C5932. Grayscale: #9A9A9A. Windows color (decimal): -9197875 or 13477491. OLE color: 13477491.
HSL color Cylindrical-coordinate representation of color #73A6CD: hue angle of 206º 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 #73A6CD is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 166 | 205 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.20 |
| HSL | 206º | 0.47% | 0.63% | - |
| HSV(B) | 206º | 0.44% | 0.8% | - |
| XYZ | 31.73 | 35.33 | 62.9 | - |
| YUV | 155.2 | 156.1 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 166 | 205 | 0.44 | 0.19 | 0 | 0.20 | 206 | 0.47 | 0.63 |
| Hex | 73 | A6 | CD | 2C | 13 | 0 | 14 | CE | 2F | 3F |
| Octal | 163 | 246 | 315 | 54 | 23 | 0 | 24 | 316 | 57 | 77 |
| Binary | 1110011 | 10100110 | 11001101 | 101100 | 10011 | 0 | 10100 | 11001110 | 101111 | 111111 |
Color Harmonies of #73A6CD
Complementary color
Monochromatic Colors of #73A6CD
Black with #73A6CD
Text Example
Text Example
White with #73A6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A6CD; }
p { color: rgb(115,166,205); }
H1.HeaderClassName
{
color: #73A6CD;
}
.AnyTagClassName
{
color: #73A6CD;
}
</style>
background-color css
<style>
a { background-color: #73A6CD; }
a { background-color: rgb(115,166,205); }
div.DivClassName
{
background-color: #73A6CD;
}
.BgClassName
{
background-color: #73A6CD;
}
</style>
border-color css
<style>
span { border-color: #73A6CD; }
span { border-color: rgb(115,166,205); }
td.TdClassName
{
border-color: #73A6CD;
}
.TagClassName
{
border-color: #73A6CD;
}
</style>