Shades of Neptune #7DAEAF
Tints of Neptune #7DAEAF
RGB
CMYK
RGB Variations
Color information
#7DAEAF (or 0x7DAEAF) is known color: Neptune. HEX triplet: 7D, AE and AF. RGB value is (125,174,175). Sum of RGB (Red+Green+Blue) = 125+174+175=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 175 - color contains mainly: blue. Hex color #7DAEAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAEAF is #825150. Grayscale: #9F9F9F. Windows color (decimal): -8540497 or 11513469. OLE color: 11513469.
HSL color Cylindrical-coordinate representation of color #7DAEAF: hue angle of 181.2º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7DAEAF is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 174 | 175 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.31 |
| HSL | 181.2º | 0.24% | 0.59% | - |
| HSV(B) | 181.2º | 0.29% | 0.69% | - |
| XYZ | 31.33 | 37.73 | 46.19 | - |
| YUV | 159.46 | 136.77 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 175 | 0.29 | 0.01 | 0 | 0.31 | 181.2 | 0.24 | 0.59 |
| Hex | 7D | AE | AF | 1D | 1 | 0 | 1F | B5 | 18 | 3B |
| Octal | 175 | 256 | 257 | 35 | 1 | 0 | 37 | 265 | 30 | 73 |
| Binary | 1111101 | 10101110 | 10101111 | 11101 | 1 | 0 | 11111 | 10110101 | 11000 | 111011 |
Color Harmonies of #7DAEAF
Complementary color
Monochromatic Colors of #7DAEAF
Black with #7DAEAF
Text Example
Text Example
White with #7DAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAEAF; }
p { color: rgb(125,174,175); }
H1.HeaderClassName
{
color: #7DAEAF;
}
.AnyTagClassName
{
color: #7DAEAF;
}
</style>
background-color css
<style>
a { background-color: #7DAEAF; }
a { background-color: rgb(125,174,175); }
div.DivClassName
{
background-color: #7DAEAF;
}
.BgClassName
{
background-color: #7DAEAF;
}
</style>
border-color css
<style>
span { border-color: #7DAEAF; }
span { border-color: rgb(125,174,175); }
td.TdClassName
{
border-color: #7DAEAF;
}
.TagClassName
{
border-color: #7DAEAF;
}
</style>