#70A5AD

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

Shades of Neptune #70A5AD

Tints of Neptune #70A5AD

Color information

#70A5AD (or 0x70A5AD) is unknown color: approx Neptune. HEX triplet: 70, A5 and AD. RGB value is (112,165,173). Sum of RGB (Red+Green+Blue) = 112+165+173=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 173 - color contains mainly: blue. Hex color #70A5AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A5AD is #8F5A52. Grayscale: #959595. Windows color (decimal): -9394771 or 11380080. OLE color: 11380080.

HSL color Cylindrical-coordinate representation of color #70A5AD: hue angle of 187.87º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70A5AD is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112165173-
CMYK0.350.0500.32
HSL187.87º27.11%55.88%-
HSV(B)187.87º35.26%67.84%-
XYZ27.6833.3744.52-
YUV150.06140.94100.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.89%
GREEN value IS 165 (64.84% from 255) = 36.67%
BLUE value IS 173 (67.97% from 255) = 38.44%
R=24.89%
G=36.67%
B=38.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121651730.350.0500.32187.8727.1155.88
Hex70A5AD235020bc1b38
Octal1602452554350402743370
Binary1110000101001011010110110001110101000001011110011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70A5AD; }

 p { color: rgb(112,165,173); }

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

<style>
 a { background-color: #70A5AD; }

 a { background-color: rgb(112,165,173); }

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

<style>
 span { border-color: #70A5AD; }

 span { border-color: rgb(112,165,173); }

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