#7EAFB3

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

Shades of Neptune #7EAFB3

Tints of Neptune #7EAFB3

Color information

#7EAFB3 (or 0x7EAFB3) is unknown color: approx 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

RGB126175179-
CMYK0.300.0200.30
HSL184.53º25.85%59.8%-
HSV(B)184.53º29.61%70.2%-
XYZ32.0738.3548.36-
YUV160.8138.27103.17-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.25%
GREEN value IS 175 (68.75% from 255) = 36.46%
BLUE value IS 179 (70.31% from 255) = 37.29%
R=26.25%
G=36.46%
B=37.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1261751790.300.0200.30184.5325.8559.8
Hex7EAFB31E201Eb91a3c
Octal1762572633620362713274
Binary1111110101011111011001111110100111101011100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>