Shades of Neptune #77AFB3
Tints of Neptune #77AFB3
RGB
CMYK
RGB Variations
Color information
#77AFB3 (or 0x77AFB3) is known color: Neptune. HEX triplet: 77, AF and B3. RGB value is (119,175,179). Sum of RGB (Red+Green+Blue) = 119+175+179=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 179 - color contains mainly: blue. Hex color #77AFB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AFB3 is #88504C. Grayscale: #9E9E9E. Windows color (decimal): -8933453 or 11775863. OLE color: 11775863.
HSL color Cylindrical-coordinate representation of color #77AFB3: hue angle of 184º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77AFB3 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 175 | 179 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.30 |
| HSL | 184º | 0.28% | 0.58% | - |
| HSV(B) | 184º | 0.34% | 0.7% | - |
| XYZ | 31.07 | 37.84 | 48.31 | - |
| YUV | 158.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 179 | 0.34 | 0.02 | 0 | 0.30 | 184 | 0.28 | 0.58 |
| Hex | 77 | AF | B3 | 22 | 2 | 0 | 1E | B8 | 1C | 3A |
| Octal | 167 | 257 | 263 | 42 | 2 | 0 | 36 | 270 | 34 | 72 |
| Binary | 1110111 | 10101111 | 10110011 | 100010 | 10 | 0 | 11110 | 10111000 | 11100 | 111010 |
Color Harmonies of #77AFB3
Complementary color
Monochromatic Colors of #77AFB3
Black with #77AFB3
Text Example
Text Example
White with #77AFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AFB3; }
p { color: rgb(119,175,179); }
H1.HeaderClassName
{
color: #77AFB3;
}
.AnyTagClassName
{
color: #77AFB3;
}
</style>
background-color css
<style>
a { background-color: #77AFB3; }
a { background-color: rgb(119,175,179); }
div.DivClassName
{
background-color: #77AFB3;
}
.BgClassName
{
background-color: #77AFB3;
}
</style>
border-color css
<style>
span { border-color: #77AFB3; }
span { border-color: rgb(119,175,179); }
td.TdClassName
{
border-color: #77AFB3;
}
.TagClassName
{
border-color: #77AFB3;
}
</style>