Shades of Seagull #73B1D0
Tints of Seagull #73B1D0
RGB
CMYK
RGB Variations
Color information
#73B1D0 (or 0x73B1D0) is known color: Seagull. HEX triplet: 73, B1 and D0. RGB value is (115,177,208). Sum of RGB (Red+Green+Blue) = 115+177+208=500 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #73B1D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B1D0 is #8C4E2F. Grayscale: #A1A1A1. Windows color (decimal): -9195056 or 13676915. OLE color: 13676915.
HSL color Cylindrical-coordinate representation of color #73B1D0: hue angle of 200º 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 #73B1D0 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 177 | 208 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.18 |
| HSL | 200º | 0.5% | 0.63% | - |
| HSV(B) | 200º | 0.45% | 0.82% | - |
| XYZ | 34.18 | 39.64 | 65.53 | - |
| YUV | 162 | 153.96 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 177 | 208 | 0.45 | 0.15 | 0 | 0.18 | 200 | 0.5 | 0.63 |
| Hex | 73 | B1 | D0 | 2D | F | 0 | 12 | C8 | 32 | 3F |
| Octal | 163 | 261 | 320 | 55 | 17 | 0 | 22 | 310 | 62 | 77 |
| Binary | 1110011 | 10110001 | 11010000 | 101101 | 1111 | 0 | 10010 | 11001000 | 110010 | 111111 |
Color Harmonies of #73B1D0
Complementary color
Monochromatic Colors of #73B1D0
Black with #73B1D0
Text Example
Text Example
White with #73B1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B1D0; }
p { color: rgb(115,177,208); }
H1.HeaderClassName
{
color: #73B1D0;
}
.AnyTagClassName
{
color: #73B1D0;
}
</style>
background-color css
<style>
a { background-color: #73B1D0; }
a { background-color: rgb(115,177,208); }
div.DivClassName
{
background-color: #73B1D0;
}
.BgClassName
{
background-color: #73B1D0;
}
</style>
border-color css
<style>
span { border-color: #73B1D0; }
span { border-color: rgb(115,177,208); }
td.TdClassName
{
border-color: #73B1D0;
}
.TagClassName
{
border-color: #73B1D0;
}
</style>