Html Css Color HEX #70ACB6 Fountain Blue

📋 copy color: '#70ACB6'

red 112 ◦ green 172 ◦ blue 182

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

Shades of Fountain Blue #70ACB6

Tints of Fountain Blue #70ACB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.06%

R = 24.03%
G = 36.91%
B = 39.06%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#70ACB6 (or 0x70ACB6) is known color: Fountain Blue. HEX triplet: 70, AC and B6. RGB value is (112,172,182). Sum of RGB (Red+Green+Blue) = 112+172+182=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 182 - color contains mainly: blue. Hex color #70ACB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACB6 is #8F5349. Grayscale: #9B9B9B. Windows color (decimal): -9392970 or 11971696. OLE color: 11971696.

HSL color Cylindrical-coordinate representation of color #70ACB6: hue angle of 188.57º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70ACB6 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 172 182 -
CMYK 0.38 0.05 0 0.29
HSL 188.57º 0.32% 0.58% -
HSV(B) 188.57º 0.38% 0.71% -
XYZ 29.88 36.33 49.69 -
YUV 155.2 143.12 97.19 -
System Red Green Blue C M Y K H S L
Decimal 112 172 182 0.38 0.05 0 0.29 188.57 0.32 0.58
Hex 70 AC B6 26 5 0 1D BD 20 3A
Octal 160 254 266 46 5 0 35 275 40 72
Binary 1110000 10101100 10110110 100110 101 0 11101 10111101 100000 111010

Color Harmonies of #70ACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ACB6

Black with #70ACB6

Text Example


Text Example

White with #70ACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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