#7EAFB4

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

Shades of Neptune #7EAFB4

Tints of Neptune #7EAFB4

Color information

#7EAFB4 (or 0x7EAFB4) is unknown color: approx Neptune. HEX triplet: 7E, AF and B4. RGB value is (126,175,180). Sum of RGB (Red+Green+Blue) = 126+175+180=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 180 - color contains mainly: blue. Hex color #7EAFB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAFB4 is #81504B. Grayscale: #A0A0A0. Windows color (decimal): -8474700 or 11841406. OLE color: 11841406.

HSL color Cylindrical-coordinate representation of color #7EAFB4: hue angle of 185.56º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EAFB4 is Cyan = 0.3, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB126175180-
CMYK0.30.0300.29
HSL185.56º26.47%60%-
HSV(B)185.56º30%70.59%-
XYZ32.1738.3948.89-
YUV160.92138.77103.09-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.20%
GREEN value IS 175 (68.75% from 255) = 36.38%
BLUE value IS 180 (70.70% from 255) = 37.42%
R=26.20%
G=36.38%
B=37.42%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261751800.30.0300.29185.5626.4760
Hex7EAFB41E301Dba1a3c
Octal1762572643630352723274
Binary1111110101011111011010011110110111011011101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,175,180); }

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

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

 a { background-color: rgb(126,175,180); }

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

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

 span { border-color: rgb(126,175,180); }

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