Shades of Seagull #73C0DB
Tints of Seagull #73C0DB
RGB
CMYK
RGB Variations
Color information
#73C0DB (or 0x73C0DB) is known color: Seagull. HEX triplet: 73, C0 and DB. RGB value is (115,192,219). Sum of RGB (Red+Green+Blue) = 115+192+219=526 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.86% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #73C0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C0DB is #8C3F24. Grayscale: #ABABAB. Windows color (decimal): -9191205 or 14401651. OLE color: 14401651.
HSL color Cylindrical-coordinate representation of color #73C0DB: hue angle of 195.58º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73C0DB is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 192 | 219 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.14 |
| HSL | 195.58º | 0.59% | 0.65% | - |
| HSV(B) | 195.58º | 0.47% | 0.86% | - |
| XYZ | 38.71 | 46.46 | 73.95 | - |
| YUV | 172.06 | 154.49 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 192 | 219 | 0.47 | 0.12 | 0 | 0.14 | 195.58 | 0.59 | 0.65 |
| Hex | 73 | C0 | DB | 2F | C | 0 | E | C4 | 3B | 41 |
| Octal | 163 | 300 | 333 | 57 | 14 | 0 | 16 | 304 | 73 | 101 |
| Binary | 1110011 | 11000000 | 11011011 | 101111 | 1100 | 0 | 1110 | 11000100 | 111011 | 1000001 |
Color Harmonies of #73C0DB
Complementary color
Monochromatic Colors of #73C0DB
Black with #73C0DB
Text Example
Text Example
White with #73C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C0DB; }
p { color: rgb(115,192,219); }
H1.HeaderClassName
{
color: #73C0DB;
}
.AnyTagClassName
{
color: #73C0DB;
}
</style>
background-color css
<style>
a { background-color: #73C0DB; }
a { background-color: rgb(115,192,219); }
div.DivClassName
{
background-color: #73C0DB;
}
.BgClassName
{
background-color: #73C0DB;
}
</style>
border-color css
<style>
span { border-color: #73C0DB; }
span { border-color: rgb(115,192,219); }
td.TdClassName
{
border-color: #73C0DB;
}
.TagClassName
{
border-color: #73C0DB;
}
</style>