Shades of Seagull #73BFD0
Tints of Seagull #73BFD0
RGB
CMYK
RGB Variations
Color information
#73BFD0 (or 0x73BFD0) is known color: Seagull. HEX triplet: 73, BF and D0. RGB value is (115,191,208). Sum of RGB (Red+Green+Blue) = 115+191+208=514 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.37% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #73BFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BFD0 is #8C402F. Grayscale: #AAAAAA. Windows color (decimal): -9191472 or 13680499. OLE color: 13680499.
HSL color Cylindrical-coordinate representation of color #73BFD0: hue angle of 190.97º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73BFD0 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 191 | 208 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.18 |
| HSL | 190.97º | 0.5% | 0.63% | - |
| HSV(B) | 190.97º | 0.45% | 0.82% | - |
| XYZ | 37.09 | 45.46 | 66.49 | - |
| YUV | 170.21 | 149.32 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 191 | 208 | 0.45 | 0.08 | 0 | 0.18 | 190.97 | 0.5 | 0.63 |
| Hex | 73 | BF | D0 | 2D | 8 | 0 | 12 | BF | 32 | 3F |
| Octal | 163 | 277 | 320 | 55 | 10 | 0 | 22 | 277 | 62 | 77 |
| Binary | 1110011 | 10111111 | 11010000 | 101101 | 1000 | 0 | 10010 | 10111111 | 110010 | 111111 |
Color Harmonies of #73BFD0
Complementary color
Monochromatic Colors of #73BFD0
Black with #73BFD0
Text Example
Text Example
White with #73BFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BFD0; }
p { color: rgb(115,191,208); }
H1.HeaderClassName
{
color: #73BFD0;
}
.AnyTagClassName
{
color: #73BFD0;
}
</style>
background-color css
<style>
a { background-color: #73BFD0; }
a { background-color: rgb(115,191,208); }
div.DivClassName
{
background-color: #73BFD0;
}
.BgClassName
{
background-color: #73BFD0;
}
</style>
border-color css
<style>
span { border-color: #73BFD0; }
span { border-color: rgb(115,191,208); }
td.TdClassName
{
border-color: #73BFD0;
}
.TagClassName
{
border-color: #73BFD0;
}
</style>