Shades of Neptune #73ABB1
Tints of Neptune #73ABB1
RGB
CMYK
RGB Variations
Color information
#73ABB1 (or 0x73ABB1) is known color: Neptune. HEX triplet: 73, AB and B1. RGB value is (115,171,177). Sum of RGB (Red+Green+Blue) = 115+171+177=463 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.84% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 177 - color contains mainly: blue. Hex color #73ABB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ABB1 is #8C544E. Grayscale: #9A9A9A. Windows color (decimal): -9196623 or 11643763. OLE color: 11643763.
HSL color Cylindrical-coordinate representation of color #73ABB1: hue angle of 185.81º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73ABB1 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 171 | 177 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.31 |
| HSL | 185.81º | 0.28% | 0.57% | - |
| HSV(B) | 185.81º | 0.35% | 0.69% | - |
| XYZ | 29.57 | 35.94 | 46.97 | - |
| YUV | 154.94 | 140.45 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 177 | 0.35 | 0.03 | 0 | 0.31 | 185.81 | 0.28 | 0.57 |
| Hex | 73 | AB | B1 | 23 | 3 | 0 | 1F | BA | 1C | 39 |
| Octal | 163 | 253 | 261 | 43 | 3 | 0 | 37 | 272 | 34 | 71 |
| Binary | 1110011 | 10101011 | 10110001 | 100011 | 11 | 0 | 11111 | 10111010 | 11100 | 111001 |
Color Harmonies of #73ABB1
Complementary color
Monochromatic Colors of #73ABB1
Black with #73ABB1
Text Example
Text Example
White with #73ABB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ABB1; }
p { color: rgb(115,171,177); }
H1.HeaderClassName
{
color: #73ABB1;
}
.AnyTagClassName
{
color: #73ABB1;
}
</style>
background-color css
<style>
a { background-color: #73ABB1; }
a { background-color: rgb(115,171,177); }
div.DivClassName
{
background-color: #73ABB1;
}
.BgClassName
{
background-color: #73ABB1;
}
</style>
border-color css
<style>
span { border-color: #73ABB1; }
span { border-color: rgb(115,171,177); }
td.TdClassName
{
border-color: #73ABB1;
}
.TagClassName
{
border-color: #73ABB1;
}
</style>