Shades of Seagull #73BED1
Tints of Seagull #73BED1
RGB
CMYK
RGB Variations
Color information
#73BED1 (or 0x73BED1) is known color: Seagull. HEX triplet: 73, BE and D1. RGB value is (115,190,209). Sum of RGB (Red+Green+Blue) = 115+190+209=514 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.37% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 209 - color contains mainly: blue. Hex color #73BED1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BED1 is #8C412E. Grayscale: #A9A9A9. Windows color (decimal): -9191727 or 13745779. OLE color: 13745779.
HSL color Cylindrical-coordinate representation of color #73BED1: hue angle of 192.13º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73BED1 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 190 | 209 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.18 |
| HSL | 192.13º | 0.51% | 0.64% | - |
| HSV(B) | 192.13º | 0.45% | 0.82% | - |
| XYZ | 36.99 | 45.08 | 67.07 | - |
| YUV | 169.74 | 150.15 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 190 | 209 | 0.45 | 0.09 | 0 | 0.18 | 192.13 | 0.51 | 0.64 |
| Hex | 73 | BE | D1 | 2D | 9 | 0 | 12 | C0 | 33 | 40 |
| Octal | 163 | 276 | 321 | 55 | 11 | 0 | 22 | 300 | 63 | 100 |
| Binary | 1110011 | 10111110 | 11010001 | 101101 | 1001 | 0 | 10010 | 11000000 | 110011 | 1000000 |
Color Harmonies of #73BED1
Complementary color
Monochromatic Colors of #73BED1
Black with #73BED1
Text Example
Text Example
White with #73BED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BED1; }
p { color: rgb(115,190,209); }
H1.HeaderClassName
{
color: #73BED1;
}
.AnyTagClassName
{
color: #73BED1;
}
</style>
background-color css
<style>
a { background-color: #73BED1; }
a { background-color: rgb(115,190,209); }
div.DivClassName
{
background-color: #73BED1;
}
.BgClassName
{
background-color: #73BED1;
}
</style>
border-color css
<style>
span { border-color: #73BED1; }
span { border-color: rgb(115,190,209); }
td.TdClassName
{
border-color: #73BED1;
}
.TagClassName
{
border-color: #73BED1;
}
</style>