Shades of Seagull #73AACB
Tints of Seagull #73AACB
RGB
CMYK
RGB Variations
Color information
#73AACB (or 0x73AACB) is known color: Seagull. HEX triplet: 73, AA and CB. RGB value is (115,170,203). Sum of RGB (Red+Green+Blue) = 115+170+203=488 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.57% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #73AACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AACB is #8C5534. Grayscale: #9D9D9D. Windows color (decimal): -9196853 or 13347443. OLE color: 13347443.
HSL color Cylindrical-coordinate representation of color #73AACB: hue angle of 202.5º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73AACB is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 170 | 203 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.20 |
| HSL | 202.5º | 0.46% | 0.62% | - |
| HSV(B) | 202.5º | 0.43% | 0.8% | - |
| XYZ | 32.22 | 36.71 | 61.89 | - |
| YUV | 157.32 | 153.78 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 203 | 0.43 | 0.16 | 0 | 0.20 | 202.5 | 0.46 | 0.62 |
| Hex | 73 | AA | CB | 2B | 10 | 0 | 14 | CA | 2E | 3E |
| Octal | 163 | 252 | 313 | 53 | 20 | 0 | 24 | 312 | 56 | 76 |
| Binary | 1110011 | 10101010 | 11001011 | 101011 | 10000 | 0 | 10100 | 11001010 | 101110 | 111110 |
Color Harmonies of #73AACB
Complementary color
Monochromatic Colors of #73AACB
Black with #73AACB
Text Example
Text Example
White with #73AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AACB; }
p { color: rgb(115,170,203); }
H1.HeaderClassName
{
color: #73AACB;
}
.AnyTagClassName
{
color: #73AACB;
}
</style>
background-color css
<style>
a { background-color: #73AACB; }
a { background-color: rgb(115,170,203); }
div.DivClassName
{
background-color: #73AACB;
}
.BgClassName
{
background-color: #73AACB;
}
</style>
border-color css
<style>
span { border-color: #73AACB; }
span { border-color: rgb(115,170,203); }
td.TdClassName
{
border-color: #73AACB;
}
.TagClassName
{
border-color: #73AACB;
}
</style>