Shades of Neptune #7EAFB3
Tints of Neptune #7EAFB3
RGB
CMYK
RGB Variations
Color information
#7EAFB3 (or 0x7EAFB3) is known color: Neptune. HEX triplet: 7E, AF and B3. RGB value is (126,175,179). Sum of RGB (Red+Green+Blue) = 126+175+179=480 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.25% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 179 - color contains mainly: blue. Hex color #7EAFB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAFB3 is #81504C. Grayscale: #A0A0A0. Windows color (decimal): -8474701 or 11775870. OLE color: 11775870.
HSL color Cylindrical-coordinate representation of color #7EAFB3: hue angle of 184.53º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EAFB3 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 126 | 175 | 179 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.30 |
| HSL | 184.53º | 0.26% | 0.6% | - |
| HSV(B) | 184.53º | 0.3% | 0.7% | - |
| XYZ | 32.07 | 38.35 | 48.36 | - |
| YUV | 160.81 | 138.27 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 175 | 179 | 0.30 | 0.02 | 0 | 0.30 | 184.53 | 0.26 | 0.6 |
| Hex | 7E | AF | B3 | 1E | 2 | 0 | 1E | B9 | 1A | 3C |
| Octal | 176 | 257 | 263 | 36 | 2 | 0 | 36 | 271 | 32 | 74 |
| Binary | 1111110 | 10101111 | 10110011 | 11110 | 10 | 0 | 11110 | 10111001 | 11010 | 111100 |
Color Harmonies of #7EAFB3
Complementary color
Monochromatic Colors of #7EAFB3
Black with #7EAFB3
Text Example
Text Example
White with #7EAFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAFB3; }
p { color: rgb(126,175,179); }
H1.HeaderClassName
{
color: #7EAFB3;
}
.AnyTagClassName
{
color: #7EAFB3;
}
</style>
background-color css
<style>
a { background-color: #7EAFB3; }
a { background-color: rgb(126,175,179); }
div.DivClassName
{
background-color: #7EAFB3;
}
.BgClassName
{
background-color: #7EAFB3;
}
</style>
border-color css
<style>
span { border-color: #7EAFB3; }
span { border-color: rgb(126,175,179); }
td.TdClassName
{
border-color: #7EAFB3;
}
.TagClassName
{
border-color: #7EAFB3;
}
</style>