Html Css Color HEX #70A5B4 Neptune

📋 copy color: '#70A5B4'

red 112 ◦ green 165 ◦ blue 180

#70A5B4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neptune #70A5B4

Tints of Neptune #70A5B4

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.7% from 255) = 39.39%

R = 24.51%
G = 36.11%
B = 39.39%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#70A5B4 (or 0x70A5B4) is known color: 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

RGB 112 165 180 -
CMYK 0.38 0.08 0 0.29
HSL 193.24º 0.31% 0.57% -
HSV(B) 193.24º 0.38% 0.71% -
XYZ 28.38 33.65 48.18 -
YUV 150.86 144.44 100.28 -
System Red Green Blue C M Y K H S L
Decimal 112 165 180 0.38 0.08 0 0.29 193.24 0.31 0.57
Hex 70 A5 B4 26 8 0 1D C1 1F 39
Octal 160 245 264 46 10 0 35 301 37 71
Binary 1110000 10100101 10110100 100110 1000 0 11101 11000001 11111 111001

Color Harmonies of #70A5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A5B4

Black with #70A5B4

Text Example


Text Example

White with #70A5B4

Text Example


Text Example

HTML Codes & Css Web 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>