Shades of Seagull #73BFD1
Tints of Seagull #73BFD1
RGB
CMYK
RGB Variations
Color information
#73BFD1 (or 0x73BFD1) is known color: Seagull. HEX triplet: 73, BF and D1. RGB value is (115,191,209). Sum of RGB (Red+Green+Blue) = 115+191+209=515 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.33% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #73BFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BFD1 is #8C402E. Grayscale: #AAAAAA. Windows color (decimal): -9191471 or 13746035. OLE color: 13746035.
HSL color Cylindrical-coordinate representation of color #73BFD1: hue angle of 191.49º 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 #73BFD1 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 191 | 209 | - |
| CMYK | 0.45 | 0.09 | 0 | 0.18 |
| HSL | 191.49º | 0.51% | 0.64% | - |
| HSV(B) | 191.49º | 0.45% | 0.82% | - |
| XYZ | 37.21 | 45.51 | 67.14 | - |
| YUV | 170.33 | 149.82 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 191 | 209 | 0.45 | 0.09 | 0 | 0.18 | 191.49 | 0.51 | 0.64 |
| Hex | 73 | BF | D1 | 2D | 9 | 0 | 12 | BF | 33 | 40 |
| Octal | 163 | 277 | 321 | 55 | 11 | 0 | 22 | 277 | 63 | 100 |
| Binary | 1110011 | 10111111 | 11010001 | 101101 | 1001 | 0 | 10010 | 10111111 | 110011 | 1000000 |
Color Harmonies of #73BFD1
Complementary color
Monochromatic Colors of #73BFD1
Black with #73BFD1
Text Example
Text Example
White with #73BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BFD1; }
p { color: rgb(115,191,209); }
H1.HeaderClassName
{
color: #73BFD1;
}
.AnyTagClassName
{
color: #73BFD1;
}
</style>
background-color css
<style>
a { background-color: #73BFD1; }
a { background-color: rgb(115,191,209); }
div.DivClassName
{
background-color: #73BFD1;
}
.BgClassName
{
background-color: #73BFD1;
}
</style>
border-color css
<style>
span { border-color: #73BFD1; }
span { border-color: rgb(115,191,209); }
td.TdClassName
{
border-color: #73BFD1;
}
.TagClassName
{
border-color: #73BFD1;
}
</style>