Html Css Color HEX #70A5AF Neptune

📋 copy color: '#70A5AF'

red 112 ◦ green 165 ◦ blue 175

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

Shades of Neptune #70A5AF

Tints of Neptune #70A5AF

RGB

 RED value IS 112 (44.14% from 255) = 24.78%

 GREEN value IS 165 (64.84% from 255) = 36.5%

 BLUE value IS 175 (68.75% from 255) = 38.72%

R = 24.78%
G = 36.5%
B = 38.72%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#70A5AF (or 0x70A5AF) is known color: Neptune. HEX triplet: 70, A5 and AF. RGB value is (112,165,175). Sum of RGB (Red+Green+Blue) = 112+165+175=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 175 - color contains mainly: blue. Hex color #70A5AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A5AF is #8F5A50. Grayscale: #969696. Windows color (decimal): -9394769 or 11511152. OLE color: 11511152.

HSL color Cylindrical-coordinate representation of color #70A5AF: hue angle of 189.52º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70A5AF is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 165 175 -
CMYK 0.36 0.06 0 0.31
HSL 189.52º 0.28% 0.56% -
HSV(B) 189.52º 0.36% 0.69% -
XYZ 27.88 33.45 45.54 -
YUV 150.29 141.94 100.69 -
System Red Green Blue C M Y K H S L
Decimal 112 165 175 0.36 0.06 0 0.31 189.52 0.28 0.56
Hex 70 A5 AF 24 6 0 1F BE 1C 38
Octal 160 245 257 44 6 0 37 276 34 70
Binary 1110000 10100101 10101111 100100 110 0 11111 10111110 11100 111000

Color Harmonies of #70A5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A5AF

Black with #70A5AF

Text Example


Text Example

White with #70A5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70A5AF;
 }
 .AnyTagClassName
 {
   color: #70A5AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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