#70A6B3

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

Shades of Neptune #70A6B3

Tints of Neptune #70A6B3

Color information

#70A6B3 (or 0x70A6B3) is unknown color: approx Neptune. HEX triplet: 70, A6 and B3. RGB value is (112,166,179). Sum of RGB (Red+Green+Blue) = 112+166+179=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 179 - color contains mainly: blue. Hex color #70A6B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A6B3 is #8F594C. Grayscale: #979797. Windows color (decimal): -9394509 or 11773552. OLE color: 11773552.

HSL color Cylindrical-coordinate representation of color #70A6B3: hue angle of 191.64º degrees, saturation: 0.31, 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 #70A6B3 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB112166179-
CMYK0.370.0700.30
HSL191.64º30.59%57.06%-
HSV(B)191.64º37.43%70.2%-
XYZ28.4533.9747.71-
YUV151.34143.6199.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.51%
GREEN value IS 166 (65.23% from 255) = 36.32%
BLUE value IS 179 (70.31% from 255) = 39.17%
R=24.51%
G=36.32%
B=39.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1121661790.370.0700.30191.6430.5957.06
Hex70A6B325701Ec01f39
Octal1602462634570363003771
Binary111000010100110101100111001011110111101100000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,166,179); }

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

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

 a { background-color: rgb(112,166,179); }

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

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

 span { border-color: rgb(112,166,179); }

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