Html Css Color HEX #70ADB4 Fountain Blue

📋 copy color: '#70ADB4'

red 112 ◦ green 173 ◦ blue 180

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

Shades of Fountain Blue #70ADB4

Tints of Fountain Blue #70ADB4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.2%

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

R = 24.09%
G = 37.2%
B = 38.71%

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

#70ADB4 (or 0x70ADB4) is known color: Fountain Blue. HEX triplet: 70, AD and B4. RGB value is (112,173,180). Sum of RGB (Red+Green+Blue) = 112+173+180=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 180 - color contains mainly: blue. Hex color #70ADB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADB4 is #8F524B. Grayscale: #9B9B9B. Windows color (decimal): -9392716 or 11840880. OLE color: 11840880.

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

Color convert

RGB 112 173 180 -
CMYK 0.38 0.04 0 0.29
HSL 186.18º 0.31% 0.57% -
HSV(B) 186.18º 0.38% 0.71% -
XYZ 29.86 36.63 48.68 -
YUV 155.56 141.79 96.93 -
System Red Green Blue C M Y K H S L
Decimal 112 173 180 0.38 0.04 0 0.29 186.18 0.31 0.57
Hex 70 AD B4 26 4 0 1D BA 1F 39
Octal 160 255 264 46 4 0 35 272 37 71
Binary 1110000 10101101 10110100 100110 100 0 11101 10111010 11111 111001

Color Harmonies of #70ADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ADB4

Black with #70ADB4

Text Example


Text Example

White with #70ADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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