Shades of Seagull #73BDDA
Tints of Seagull #73BDDA
RGB
CMYK
RGB Variations
Color information
#73BDDA (or 0x73BDDA) is known color: Seagull. HEX triplet: 73, BD and DA. RGB value is (115,189,218). Sum of RGB (Red+Green+Blue) = 115+189+218=522 (69% of max value = 765). Red value is 115 (45.31% from 255 or 22.03% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #73BDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BDDA is #8C4225. Grayscale: #A9A9A9. Windows color (decimal): -9191974 or 14335347. OLE color: 14335347.
HSL color Cylindrical-coordinate representation of color #73BDDA: hue angle of 196.89º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73BDDA is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 189 | 218 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.15 |
| HSL | 196.89º | 0.58% | 0.65% | - |
| HSV(B) | 196.89º | 0.47% | 0.85% | - |
| XYZ | 37.92 | 45.1 | 73.04 | - |
| YUV | 170.18 | 154.98 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 189 | 218 | 0.47 | 0.13 | 0 | 0.15 | 196.89 | 0.58 | 0.65 |
| Hex | 73 | BD | DA | 2F | D | 0 | F | C5 | 3A | 41 |
| Octal | 163 | 275 | 332 | 57 | 15 | 0 | 17 | 305 | 72 | 101 |
| Binary | 1110011 | 10111101 | 11011010 | 101111 | 1101 | 0 | 1111 | 11000101 | 111010 | 1000001 |
Color Harmonies of #73BDDA
Complementary color
Monochromatic Colors of #73BDDA
Black with #73BDDA
Text Example
Text Example
White with #73BDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BDDA; }
p { color: rgb(115,189,218); }
H1.HeaderClassName
{
color: #73BDDA;
}
.AnyTagClassName
{
color: #73BDDA;
}
</style>
background-color css
<style>
a { background-color: #73BDDA; }
a { background-color: rgb(115,189,218); }
div.DivClassName
{
background-color: #73BDDA;
}
.BgClassName
{
background-color: #73BDDA;
}
</style>
border-color css
<style>
span { border-color: #73BDDA; }
span { border-color: rgb(115,189,218); }
td.TdClassName
{
border-color: #73BDDA;
}
.TagClassName
{
border-color: #73BDDA;
}
</style>