#7DAAAD

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

Shades of Neptune #7DAAAD

Tints of Neptune #7DAAAD

Color information

#7DAAAD (or 0x7DAAAD) is unknown color: approx Neptune. HEX triplet: 7D, AA and AD. RGB value is (125,170,173). Sum of RGB (Red+Green+Blue) = 125+170+173=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 173 - color contains mainly: blue. Hex color #7DAAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAAAD is #825552. Grayscale: #9C9C9C. Windows color (decimal): -8541523 or 11381373. OLE color: 11381373.

HSL color Cylindrical-coordinate representation of color #7DAAAD: hue angle of 183.75º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7DAAAD is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB125170173-
CMYK0.280.0200.32
HSL183.75º22.64%58.43%-
HSV(B)183.75º27.75%67.84%-
XYZ30.3836.1344.91-
YUV156.89137.09105.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.71%
GREEN value IS 170 (66.80% from 255) = 36.32%
BLUE value IS 173 (67.97% from 255) = 36.97%
R=26.71%
G=36.32%
B=36.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1251701730.280.0200.32183.7522.6458.43
Hex7DAAAD1C2020b8173a
Octal1752522553420402702772
Binary11111011010101010101101111001001000001011100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,170,173); }

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

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

 a { background-color: rgb(125,170,173); }

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

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

 span { border-color: rgb(125,170,173); }

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