Shades of Seagull #73BAD0
Tints of Seagull #73BAD0
RGB
CMYK
RGB Variations
Color information
#73BAD0 (or 0x73BAD0) is known color: Seagull. HEX triplet: 73, BA and D0. RGB value is (115,186,208). Sum of RGB (Red+Green+Blue) = 115+186+208=509 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.59% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #73BAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BAD0 is #8C452F. Grayscale: #A7A7A7. Windows color (decimal): -9192752 or 13679219. OLE color: 13679219.
HSL color Cylindrical-coordinate representation of color #73BAD0: hue angle of 194.19º 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 #73BAD0 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 186 | 208 | - |
| CMYK | 0.45 | 0.11 | 0 | 0.18 |
| HSL | 194.19º | 0.5% | 0.63% | - |
| HSV(B) | 194.19º | 0.45% | 0.82% | - |
| XYZ | 36.01 | 43.32 | 66.14 | - |
| YUV | 167.28 | 150.98 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 186 | 208 | 0.45 | 0.11 | 0 | 0.18 | 194.19 | 0.5 | 0.63 |
| Hex | 73 | BA | D0 | 2D | B | 0 | 12 | C2 | 32 | 3F |
| Octal | 163 | 272 | 320 | 55 | 13 | 0 | 22 | 302 | 62 | 77 |
| Binary | 1110011 | 10111010 | 11010000 | 101101 | 1011 | 0 | 10010 | 11000010 | 110010 | 111111 |
Color Harmonies of #73BAD0
Complementary color
Monochromatic Colors of #73BAD0
Black with #73BAD0
Text Example
Text Example
White with #73BAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BAD0; }
p { color: rgb(115,186,208); }
H1.HeaderClassName
{
color: #73BAD0;
}
.AnyTagClassName
{
color: #73BAD0;
}
</style>
background-color css
<style>
a { background-color: #73BAD0; }
a { background-color: rgb(115,186,208); }
div.DivClassName
{
background-color: #73BAD0;
}
.BgClassName
{
background-color: #73BAD0;
}
</style>
border-color css
<style>
span { border-color: #73BAD0; }
span { border-color: rgb(115,186,208); }
td.TdClassName
{
border-color: #73BAD0;
}
.TagClassName
{
border-color: #73BAD0;
}
</style>