#7DAEB4

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

Shades of Neptune #7DAEB4

Tints of Neptune #7DAEB4

Color information

#7DAEB4 (or 0x7DAEB4) is unknown color: approx Neptune. HEX triplet: 7D, AE and B4. RGB value is (125,174,180). Sum of RGB (Red+Green+Blue) = 125+174+180=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 180 - color contains mainly: blue. Hex color #7DAEB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAEB4 is #82514B. Grayscale: #9F9F9F. Windows color (decimal): -8540492 or 11841149. OLE color: 11841149.

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

Color convert

RGB125174180-
CMYK0.310.0300.29
HSL186.55º26.83%59.8%-
HSV(B)186.55º30.56%70.59%-
XYZ31.8337.9348.82-
YUV160.03139.27103.01-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.10%
GREEN value IS 174 (68.36% from 255) = 36.33%
BLUE value IS 180 (70.70% from 255) = 37.58%
R=26.10%
G=36.33%
B=37.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1251741800.310.0300.29186.5526.8359.8
Hex7DAEB41F301Dbb1b3c
Octal1752562643730352733374
Binary1111101101011101011010011111110111011011101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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