#7BAFB0

Color #7BAFB0 Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #7BAFB0

Tints of Neptune #7BAFB0

Color information

#7BAFB0 (or 0x7BAFB0) is unknown color: approx Neptune. HEX triplet: 7B, AF and B0. RGB value is (123,175,176). Sum of RGB (Red+Green+Blue) = 123+175+176=474 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.95% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 176 - color contains mainly: blue. Hex color #7BAFB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAFB0 is #84504F. Grayscale: #9F9F9F. Windows color (decimal): -8671312 or 11579259. OLE color: 11579259.

HSL color Cylindrical-coordinate representation of color #7BAFB0: hue angle of 181.13º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BAFB0 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB123175176-
CMYK0.300.0100.31
HSL181.13º25.12%58.63%-
HSV(B)181.13º30.11%69.02%-
XYZ31.3338.0146.76-
YUV159.57137.27101.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 25.95%
GREEN value IS 175 (68.75% from 255) = 36.92%
BLUE value IS 176 (69.14% from 255) = 37.13%
R=25.95%
G=36.92%
B=37.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231751760.300.0100.31181.1325.1258.63
Hex7BAFB01E101Fb5193b
Octal1732572603610372653173
Binary111101110101111101100001111010111111011010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BAFB0; }

 p { color: rgb(123,175,176); }

 H1.HeaderClassName
 {
   color: #7BAFB0;
 }
 .AnyTagClassName
 {
   color: #7BAFB0;
 }
</style>
background-color css

<style>
 a { background-color: #7BAFB0; }

 a { background-color: rgb(123,175,176); }

 div.DivClassName
 {
   background-color: #7BAFB0;
 }
 .BgClassName
 {
   background-color: #7BAFB0;
 }
</style>
border-color css

<style>
 span { border-color: #7BAFB0; }

 span { border-color: rgb(123,175,176); }

 td.TdClassName
 {
   border-color: #7BAFB0;
 }
 .TagClassName
 {
   border-color: #7BAFB0;
 }
</style>