Shades of Seagull #73BDD7
Tints of Seagull #73BDD7
RGB
CMYK
RGB Variations
Color information
#73BDD7 (or 0x73BDD7) is known color: Seagull. HEX triplet: 73, BD and D7. RGB value is (115,189,215). Sum of RGB (Red+Green+Blue) = 115+189+215=519 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.16% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #73BDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BDD7 is #8C4228. Grayscale: #A9A9A9. Windows color (decimal): -9191977 or 14138739. OLE color: 14138739.
HSL color Cylindrical-coordinate representation of color #73BDD7: hue angle of 195.6º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73BDD7 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 189 | 215 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.16 |
| HSL | 195.6º | 0.56% | 0.65% | - |
| HSV(B) | 195.6º | 0.47% | 0.84% | - |
| XYZ | 37.53 | 44.95 | 70.99 | - |
| YUV | 169.84 | 153.48 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 215 | 0.47 | 0.12 | 0 | 0.16 | 195.6 | 0.56 | 0.65 |
| Hex | 73 | BD | D7 | 2F | C | 0 | 10 | C4 | 38 | 41 |
| Octal | 163 | 275 | 327 | 57 | 14 | 0 | 20 | 304 | 70 | 101 |
| Binary | 1110011 | 10111101 | 11010111 | 101111 | 1100 | 0 | 10000 | 11000100 | 111000 | 1000001 |
Color Harmonies of #73BDD7
Complementary color
Monochromatic Colors of #73BDD7
Black with #73BDD7
Text Example
Text Example
White with #73BDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BDD7; }
p { color: rgb(115,189,215); }
H1.HeaderClassName
{
color: #73BDD7;
}
.AnyTagClassName
{
color: #73BDD7;
}
</style>
background-color css
<style>
a { background-color: #73BDD7; }
a { background-color: rgb(115,189,215); }
div.DivClassName
{
background-color: #73BDD7;
}
.BgClassName
{
background-color: #73BDD7;
}
</style>
border-color css
<style>
span { border-color: #73BDD7; }
span { border-color: rgb(115,189,215); }
td.TdClassName
{
border-color: #73BDD7;
}
.TagClassName
{
border-color: #73BDD7;
}
</style>