#70A9B2

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

Shades of Neptune #70A9B2

Tints of Neptune #70A9B2

Color information

#70A9B2 (or 0x70A9B2) is unknown color: approx Neptune. HEX triplet: 70, A9 and B2. RGB value is (112,169,178). Sum of RGB (Red+Green+Blue) = 112+169+178=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 169 (66.41% from 255 or 36.82% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 178 - color contains mainly: blue. Hex color #70A9B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A9B2 is #8F564D. Grayscale: #989898. Windows color (decimal): -9393742 or 11708784. OLE color: 11708784.

HSL color Cylindrical-coordinate representation of color #70A9B2: hue angle of 188.18º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70A9B2 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB112169178-
CMYK0.370.0500.30
HSL188.18º30%56.86%-
HSV(B)188.18º37.08%69.8%-
XYZ28.9135.0447.36-
YUV152.98142.1298.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.40%
GREEN value IS 169 (66.41% from 255) = 36.82%
BLUE value IS 178 (69.92% from 255) = 38.78%
R=24.40%
G=36.82%
B=38.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1121691780.370.0500.30188.183056.86
Hex70A9B225501Ebc1e39
Octal1602512624550362743671
Binary111000010101001101100101001011010111101011110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,169,178); }

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

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

 a { background-color: rgb(112,169,178); }

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

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

 span { border-color: rgb(112,169,178); }

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