#7DAEB2

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

Shades of Neptune #7DAEB2

Tints of Neptune #7DAEB2

Color information

#7DAEB2 (or 0x7DAEB2) is unknown color: approx Neptune. HEX triplet: 7D, AE and B2. RGB value is (125,174,178). Sum of RGB (Red+Green+Blue) = 125+174+178=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 178 - color contains mainly: blue. Hex color #7DAEB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAEB2 is #82514D. Grayscale: #9F9F9F. Windows color (decimal): -8540494 or 11710077. OLE color: 11710077.

HSL color Cylindrical-coordinate representation of color #7DAEB2: hue angle of 184.53º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7DAEB2 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB125174178-
CMYK0.300.0200.30
HSL184.53º25.6%59.41%-
HSV(B)184.53º29.78%69.8%-
XYZ31.6337.8547.76-
YUV159.8138.27103.17-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.21%
GREEN value IS 174 (68.36% from 255) = 36.48%
BLUE value IS 178 (69.92% from 255) = 37.32%
R=26.21%
G=36.48%
B=37.32%

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
Decimal1251741780.300.0200.30184.5325.659.41
Hex7DAEB21E201Eb91a3b
Octal1752562623620362713273
Binary1111101101011101011001011110100111101011100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,174,178); }

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

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

 a { background-color: rgb(125,174,178); }

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

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

 span { border-color: rgb(125,174,178); }

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