Html Css Color HEX #70A8B3 Neptune

📋 copy color: '#70A8B3'

red 112 ◦ green 168 ◦ blue 179

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

Shades of Neptune #70A8B3

Tints of Neptune #70A8B3

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.6%

 BLUE value IS 179 (70.31% from 255) = 39%

R = 24.4%
G = 36.6%
B = 39%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#70A8B3 (or 0x70A8B3) is known color: Neptune. HEX triplet: 70, A8 and B3. RGB value is (112,168,179). Sum of RGB (Red+Green+Blue) = 112+168+179=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 179 - color contains mainly: blue. Hex color #70A8B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A8B3 is #8F574C. Grayscale: #989898. Windows color (decimal): -9393997 or 11774064. OLE color: 11774064.

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

Color convert

RGB 112 168 179 -
CMYK 0.37 0.06 0 0.30
HSL 189.85º 0.31% 0.57% -
HSV(B) 189.85º 0.37% 0.7% -
XYZ 28.82 34.7 47.83 -
YUV 152.51 142.95 99.11 -
System Red Green Blue C M Y K H S L
Decimal 112 168 179 0.37 0.06 0 0.30 189.85 0.31 0.57
Hex 70 A8 B3 25 6 0 1E BE 1F 39
Octal 160 250 263 45 6 0 36 276 37 71
Binary 1110000 10101000 10110011 100101 110 0 11110 10111110 11111 111001

Color Harmonies of #70A8B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A8B3

Black with #70A8B3

Text Example


Text Example

White with #70A8B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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