#7DAEB0

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

Shades of Neptune #7DAEB0

Tints of Neptune #7DAEB0

Color information

#7DAEB0 (or 0x7DAEB0) is unknown color: approx Neptune. HEX triplet: 7D, AE and B0. RGB value is (125,174,176). Sum of RGB (Red+Green+Blue) = 125+174+176=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 176 - color contains mainly: blue. Hex color #7DAEB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAEB0 is #82514F. Grayscale: #9F9F9F. Windows color (decimal): -8540496 or 11579005. OLE color: 11579005.

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

Color convert

RGB125174176-
CMYK0.290.0100.31
HSL182.35º24.4%59.02%-
HSV(B)182.35º28.98%69.02%-
XYZ31.4337.7746.71-
YUV159.58137.27103.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.32%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 176 (69.14% from 255) = 37.05%
R=26.32%
G=36.63%
B=37.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251741760.290.0100.31182.3524.459.02
Hex7DAEB01D101Fb6183b
Octal1752562603510372663073
Binary111110110101110101100001110110111111011011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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