Shades of Seagull #73B1CF
Tints of Seagull #73B1CF
RGB
CMYK
RGB Variations
Color information
#73B1CF (or 0x73B1CF) is known color: Seagull. HEX triplet: 73, B1 and CF. RGB value is (115,177,207). Sum of RGB (Red+Green+Blue) = 115+177+207=499 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23.05% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #73B1CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B1CF is #8C4E30. Grayscale: #A1A1A1. Windows color (decimal): -9195057 or 13611379. OLE color: 13611379.
HSL color Cylindrical-coordinate representation of color #73B1CF: hue angle of 199.57º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73B1CF is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 177 | 207 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.19 |
| HSL | 199.57º | 0.49% | 0.63% | - |
| HSV(B) | 199.57º | 0.44% | 0.81% | - |
| XYZ | 34.05 | 39.59 | 64.88 | - |
| YUV | 161.88 | 153.46 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 177 | 207 | 0.44 | 0.14 | 0 | 0.19 | 199.57 | 0.49 | 0.63 |
| Hex | 73 | B1 | CF | 2C | E | 0 | 13 | C8 | 31 | 3F |
| Octal | 163 | 261 | 317 | 54 | 16 | 0 | 23 | 310 | 61 | 77 |
| Binary | 1110011 | 10110001 | 11001111 | 101100 | 1110 | 0 | 10011 | 11001000 | 110001 | 111111 |
Color Harmonies of #73B1CF
Complementary color
Monochromatic Colors of #73B1CF
Black with #73B1CF
Text Example
Text Example
White with #73B1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B1CF; }
p { color: rgb(115,177,207); }
H1.HeaderClassName
{
color: #73B1CF;
}
.AnyTagClassName
{
color: #73B1CF;
}
</style>
background-color css
<style>
a { background-color: #73B1CF; }
a { background-color: rgb(115,177,207); }
div.DivClassName
{
background-color: #73B1CF;
}
.BgClassName
{
background-color: #73B1CF;
}
</style>
border-color css
<style>
span { border-color: #73B1CF; }
span { border-color: rgb(115,177,207); }
td.TdClassName
{
border-color: #73B1CF;
}
.TagClassName
{
border-color: #73B1CF;
}
</style>