Shades of Seagull #73BBDB
Tints of Seagull #73BBDB
RGB
CMYK
RGB Variations
Color information
#73BBDB (or 0x73BBDB) is known color: Seagull. HEX triplet: 73, BB and DB. RGB value is (115,187,219). Sum of RGB (Red+Green+Blue) = 115+187+219=521 (69% of max value = 765). Red value is 115 (45.31% from 255 or 22.07% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #73BBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BBDB is #8C4424. Grayscale: #A8A8A8. Windows color (decimal): -9192485 or 14400371. OLE color: 14400371.
HSL color Cylindrical-coordinate representation of color #73BBDB: hue angle of 198.46º 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 #73BBDB is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 187 | 219 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.14 |
| HSL | 198.46º | 0.59% | 0.65% | - |
| HSV(B) | 198.46º | 0.47% | 0.86% | - |
| XYZ | 37.63 | 44.3 | 73.59 | - |
| YUV | 169.12 | 156.15 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 187 | 219 | 0.47 | 0.15 | 0 | 0.14 | 198.46 | 0.59 | 0.65 |
| Hex | 73 | BB | DB | 2F | F | 0 | E | C6 | 3B | 41 |
| Octal | 163 | 273 | 333 | 57 | 17 | 0 | 16 | 306 | 73 | 101 |
| Binary | 1110011 | 10111011 | 11011011 | 101111 | 1111 | 0 | 1110 | 11000110 | 111011 | 1000001 |
Color Harmonies of #73BBDB
Complementary color
Monochromatic Colors of #73BBDB
Black with #73BBDB
Text Example
Text Example
White with #73BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BBDB; }
p { color: rgb(115,187,219); }
H1.HeaderClassName
{
color: #73BBDB;
}
.AnyTagClassName
{
color: #73BBDB;
}
</style>
background-color css
<style>
a { background-color: #73BBDB; }
a { background-color: rgb(115,187,219); }
div.DivClassName
{
background-color: #73BBDB;
}
.BgClassName
{
background-color: #73BBDB;
}
</style>
border-color css
<style>
span { border-color: #73BBDB; }
span { border-color: rgb(115,187,219); }
td.TdClassName
{
border-color: #73BBDB;
}
.TagClassName
{
border-color: #73BBDB;
}
</style>