#7DACB1

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

Shades of Neptune #7DACB1

Tints of Neptune #7DACB1

Color information

#7DACB1 (or 0x7DACB1) is unknown color: approx Neptune. HEX triplet: 7D, AC and B1. RGB value is (125,172,177). Sum of RGB (Red+Green+Blue) = 125+172+177=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 177 - color contains mainly: blue. Hex color #7DACB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DACB1 is #82534E. Grayscale: #9E9E9E. Windows color (decimal): -8541007 or 11644029. OLE color: 11644029.

HSL color Cylindrical-coordinate representation of color #7DACB1: hue angle of 185.77º degrees, saturation: 0.25, 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 #7DACB1 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB125172177-
CMYK0.290.0300.31
HSL185.77º25%59.22%-
HSV(B)185.77º29.38%69.41%-
XYZ31.1537.0447.1-
YUV158.52138.43104.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.37%
GREEN value IS 172 (67.58% from 255) = 36.29%
BLUE value IS 177 (69.53% from 255) = 37.34%
R=26.37%
G=36.29%
B=37.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251721770.290.0300.31185.772559.22
Hex7DACB11D301Fba193b
Octal1752542613530372723173
Binary1111101101011001011000111101110111111011101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,172,177); }

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

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

 a { background-color: rgb(125,172,177); }

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

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

 span { border-color: rgb(125,172,177); }

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