#70A5B4

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

Shades of Neptune #70A5B4

Tints of Neptune #70A5B4

Color information

#70A5B4 (or 0x70A5B4) is unknown color: approx Neptune. HEX triplet: 70, A5 and B4. RGB value is (112,165,180). Sum of RGB (Red+Green+Blue) = 112+165+180=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 180 - color contains mainly: blue. Hex color #70A5B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A5B4 is #8F5A4B. Grayscale: #969696. Windows color (decimal): -9394764 or 11838832. OLE color: 11838832.

HSL color Cylindrical-coordinate representation of color #70A5B4: hue angle of 193.24º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70A5B4 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB112165180-
CMYK0.380.0800.29
HSL193.24º31.19%57.25%-
HSV(B)193.24º37.78%70.59%-
XYZ28.3833.6548.18-
YUV150.86144.44100.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.51%
GREEN value IS 165 (64.84% from 255) = 36.11%
BLUE value IS 180 (70.70% from 255) = 39.39%
R=24.51%
G=36.11%
B=39.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121651800.380.0800.29193.2431.1957.25
Hex70A5B426801Dc11f39
Octal16024526446100353013771
Binary1110000101001011011010010011010000111011100000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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