Shades of Neptune #7BAFB4
Tints of Neptune #7BAFB4
RGB
CMYK
RGB Variations
Color information
#7BAFB4 (or 0x7BAFB4) is known color: Neptune. HEX triplet: 7B, AF and B4. RGB value is (123,175,180). Sum of RGB (Red+Green+Blue) = 123+175+180=478 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.73% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 180 - color contains mainly: blue. Hex color #7BAFB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAFB4 is #84504B. Grayscale: #9F9F9F. Windows color (decimal): -8671308 or 11841403. OLE color: 11841403.
HSL color Cylindrical-coordinate representation of color #7BAFB4: hue angle of 185.26º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BAFB4 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 175 | 180 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.29 |
| HSL | 185.26º | 0.28% | 0.59% | - |
| HSV(B) | 185.26º | 0.32% | 0.71% | - |
| XYZ | 31.74 | 38.17 | 48.87 | - |
| YUV | 160.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 180 | 0.32 | 0.03 | 0 | 0.29 | 185.26 | 0.28 | 0.59 |
| Hex | 7B | AF | B4 | 20 | 3 | 0 | 1D | B9 | 1C | 3B |
| Octal | 173 | 257 | 264 | 40 | 3 | 0 | 35 | 271 | 34 | 73 |
| Binary | 1111011 | 10101111 | 10110100 | 100000 | 11 | 0 | 11101 | 10111001 | 11100 | 111011 |
Color Harmonies of #7BAFB4
Complementary color
Monochromatic Colors of #7BAFB4
Black with #7BAFB4
Text Example
Text Example
White with #7BAFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAFB4; }
p { color: rgb(123,175,180); }
H1.HeaderClassName
{
color: #7BAFB4;
}
.AnyTagClassName
{
color: #7BAFB4;
}
</style>
background-color css
<style>
a { background-color: #7BAFB4; }
a { background-color: rgb(123,175,180); }
div.DivClassName
{
background-color: #7BAFB4;
}
.BgClassName
{
background-color: #7BAFB4;
}
</style>
border-color css
<style>
span { border-color: #7BAFB4; }
span { border-color: rgb(123,175,180); }
td.TdClassName
{
border-color: #7BAFB4;
}
.TagClassName
{
border-color: #7BAFB4;
}
</style>