Html Css Color HEX #70ACB4 Fountain Blue

📋 copy color: '#70ACB4'

red 112 ◦ green 172 ◦ blue 180

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

Shades of Fountain Blue #70ACB4

Tints of Fountain Blue #70ACB4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.07%

 BLUE value IS 180 (70.7% from 255) = 38.79%

R = 24.14%
G = 37.07%
B = 38.79%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#70ACB4 (or 0x70ACB4) is known color: Fountain Blue. HEX triplet: 70, AC and B4. RGB value is (112,172,180). Sum of RGB (Red+Green+Blue) = 112+172+180=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 180 - color contains mainly: blue. Hex color #70ACB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACB4 is #8F534B. Grayscale: #9A9A9A. Windows color (decimal): -9392972 or 11840624. OLE color: 11840624.

HSL color Cylindrical-coordinate representation of color #70ACB4: hue angle of 187.06º 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 #70ACB4 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 172 180 -
CMYK 0.38 0.04 0 0.29
HSL 187.06º 0.31% 0.57% -
HSV(B) 187.06º 0.38% 0.71% -
XYZ 29.67 36.25 48.61 -
YUV 154.97 142.12 97.35 -
System Red Green Blue C M Y K H S L
Decimal 112 172 180 0.38 0.04 0 0.29 187.06 0.31 0.57
Hex 70 AC B4 26 4 0 1D BB 1F 39
Octal 160 254 264 46 4 0 35 273 37 71
Binary 1110000 10101100 10110100 100110 100 0 11101 10111011 11111 111001

Color Harmonies of #70ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ACB4

Black with #70ACB4

Text Example


Text Example

White with #70ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,172,180); }

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

background-color css

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

 a { background-color: rgb(112,172,180); }

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

border-color css

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

 span { border-color: rgb(112,172,180); }

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