Shades of Seagull #73ABCB
Tints of Seagull #73ABCB
RGB
CMYK
RGB Variations
Color information
#73ABCB (or 0x73ABCB) is known color: Seagull. HEX triplet: 73, AB and CB. RGB value is (115,171,203). Sum of RGB (Red+Green+Blue) = 115+171+203=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #73ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ABCB is #8C5434. Grayscale: #9D9D9D. Windows color (decimal): -9196597 or 13347699. OLE color: 13347699.
HSL color Cylindrical-coordinate representation of color #73ABCB: hue angle of 201.82º 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 #73ABCB is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 171 | 203 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.20 |
| HSL | 201.82º | 0.46% | 0.62% | - |
| HSV(B) | 201.82º | 0.43% | 0.8% | - |
| XYZ | 32.41 | 37.08 | 61.95 | - |
| YUV | 157.9 | 153.45 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 203 | 0.43 | 0.16 | 0 | 0.20 | 201.82 | 0.46 | 0.62 |
| Hex | 73 | AB | CB | 2B | 10 | 0 | 14 | CA | 2E | 3E |
| Octal | 163 | 253 | 313 | 53 | 20 | 0 | 24 | 312 | 56 | 76 |
| Binary | 1110011 | 10101011 | 11001011 | 101011 | 10000 | 0 | 10100 | 11001010 | 101110 | 111110 |
Color Harmonies of #73ABCB
Complementary color
Monochromatic Colors of #73ABCB
Black with #73ABCB
Text Example
Text Example
White with #73ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ABCB; }
p { color: rgb(115,171,203); }
H1.HeaderClassName
{
color: #73ABCB;
}
.AnyTagClassName
{
color: #73ABCB;
}
</style>
background-color css
<style>
a { background-color: #73ABCB; }
a { background-color: rgb(115,171,203); }
div.DivClassName
{
background-color: #73ABCB;
}
.BgClassName
{
background-color: #73ABCB;
}
</style>
border-color css
<style>
span { border-color: #73ABCB; }
span { border-color: rgb(115,171,203); }
td.TdClassName
{
border-color: #73ABCB;
}
.TagClassName
{
border-color: #73ABCB;
}
</style>