Shades of Seagull #73AACE
Tints of Seagull #73AACE
RGB
CMYK
RGB Variations
Color information
#73AACE (or 0x73AACE) is known color: Seagull. HEX triplet: 73, AA and CE. RGB value is (115,170,206). Sum of RGB (Red+Green+Blue) = 115+170+206=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #73AACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AACE is #8C5531. Grayscale: #9D9D9D. Windows color (decimal): -9196850 or 13544051. OLE color: 13544051.
HSL color Cylindrical-coordinate representation of color #73AACE: hue angle of 203.74º degrees, saturation: 0.48, 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 #73AACE is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 170 | 206 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.19 |
| HSL | 203.74º | 0.48% | 0.63% | - |
| HSV(B) | 203.74º | 0.44% | 0.81% | - |
| XYZ | 32.59 | 36.85 | 63.79 | - |
| YUV | 157.66 | 155.28 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 206 | 0.44 | 0.17 | 0 | 0.19 | 203.74 | 0.48 | 0.63 |
| Hex | 73 | AA | CE | 2C | 11 | 0 | 13 | CC | 30 | 3F |
| Octal | 163 | 252 | 316 | 54 | 21 | 0 | 23 | 314 | 60 | 77 |
| Binary | 1110011 | 10101010 | 11001110 | 101100 | 10001 | 0 | 10011 | 11001100 | 110000 | 111111 |
Color Harmonies of #73AACE
Complementary color
Monochromatic Colors of #73AACE
Black with #73AACE
Text Example
Text Example
White with #73AACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AACE; }
p { color: rgb(115,170,206); }
H1.HeaderClassName
{
color: #73AACE;
}
.AnyTagClassName
{
color: #73AACE;
}
</style>
background-color css
<style>
a { background-color: #73AACE; }
a { background-color: rgb(115,170,206); }
div.DivClassName
{
background-color: #73AACE;
}
.BgClassName
{
background-color: #73AACE;
}
</style>
border-color css
<style>
span { border-color: #73AACE; }
span { border-color: rgb(115,170,206); }
td.TdClassName
{
border-color: #73AACE;
}
.TagClassName
{
border-color: #73AACE;
}
</style>