Shades of Seagull #73B7D0
Tints of Seagull #73B7D0
RGB
CMYK
RGB Variations
Color information
#73B7D0 (or 0x73B7D0) is known color: Seagull. HEX triplet: 73, B7 and D0. RGB value is (115,183,208). Sum of RGB (Red+Green+Blue) = 115+183+208=506 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.73% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #73B7D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B7D0 is #8C482F. Grayscale: #A5A5A5. Windows color (decimal): -9193520 or 13678451. OLE color: 13678451.
HSL color Cylindrical-coordinate representation of color #73B7D0: hue angle of 196.13º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73B7D0 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 183 | 208 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.18 |
| HSL | 196.13º | 0.5% | 0.63% | - |
| HSV(B) | 196.13º | 0.45% | 0.82% | - |
| XYZ | 35.39 | 42.07 | 65.93 | - |
| YUV | 165.52 | 151.97 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 183 | 208 | 0.45 | 0.12 | 0 | 0.18 | 196.13 | 0.5 | 0.63 |
| Hex | 73 | B7 | D0 | 2D | C | 0 | 12 | C4 | 32 | 3F |
| Octal | 163 | 267 | 320 | 55 | 14 | 0 | 22 | 304 | 62 | 77 |
| Binary | 1110011 | 10110111 | 11010000 | 101101 | 1100 | 0 | 10010 | 11000100 | 110010 | 111111 |
Color Harmonies of #73B7D0
Complementary color
Monochromatic Colors of #73B7D0
Black with #73B7D0
Text Example
Text Example
White with #73B7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B7D0; }
p { color: rgb(115,183,208); }
H1.HeaderClassName
{
color: #73B7D0;
}
.AnyTagClassName
{
color: #73B7D0;
}
</style>
background-color css
<style>
a { background-color: #73B7D0; }
a { background-color: rgb(115,183,208); }
div.DivClassName
{
background-color: #73B7D0;
}
.BgClassName
{
background-color: #73B7D0;
}
</style>
border-color css
<style>
span { border-color: #73B7D0; }
span { border-color: rgb(115,183,208); }
td.TdClassName
{
border-color: #73B7D0;
}
.TagClassName
{
border-color: #73B7D0;
}
</style>