Shades of Seagull #73BEC9
Tints of Seagull #73BEC9
RGB
CMYK
RGB Variations
Color information
#73BEC9 (or 0x73BEC9) is known color: Seagull. HEX triplet: 73, BE and C9. RGB value is (115,190,201). Sum of RGB (Red+Green+Blue) = 115+190+201=506 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.73% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 201 - color contains mainly: blue. Hex color #73BEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BEC9 is #8C4136. Grayscale: #A8A8A8. Windows color (decimal): -9191735 or 13221491. OLE color: 13221491.
HSL color Cylindrical-coordinate representation of color #73BEC9: hue angle of 187.67º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73BEC9 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 190 | 201 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.21 |
| HSL | 187.67º | 0.44% | 0.62% | - |
| HSV(B) | 187.67º | 0.43% | 0.79% | - |
| XYZ | 36.03 | 44.69 | 61.99 | - |
| YUV | 168.83 | 146.15 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 190 | 201 | 0.43 | 0.05 | 0 | 0.21 | 187.67 | 0.44 | 0.62 |
| Hex | 73 | BE | C9 | 2B | 5 | 0 | 15 | BC | 2C | 3E |
| Octal | 163 | 276 | 311 | 53 | 5 | 0 | 25 | 274 | 54 | 76 |
| Binary | 1110011 | 10111110 | 11001001 | 101011 | 101 | 0 | 10101 | 10111100 | 101100 | 111110 |
Color Harmonies of #73BEC9
Complementary color
Monochromatic Colors of #73BEC9
Black with #73BEC9
Text Example
Text Example
White with #73BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BEC9; }
p { color: rgb(115,190,201); }
H1.HeaderClassName
{
color: #73BEC9;
}
.AnyTagClassName
{
color: #73BEC9;
}
</style>
background-color css
<style>
a { background-color: #73BEC9; }
a { background-color: rgb(115,190,201); }
div.DivClassName
{
background-color: #73BEC9;
}
.BgClassName
{
background-color: #73BEC9;
}
</style>
border-color css
<style>
span { border-color: #73BEC9; }
span { border-color: rgb(115,190,201); }
td.TdClassName
{
border-color: #73BEC9;
}
.TagClassName
{
border-color: #73BEC9;
}
</style>