Html Css Color HEX #70AEB6 Fountain Blue

📋 copy color: '#70AEB6'

red 112 ◦ green 174 ◦ blue 182

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

Shades of Fountain Blue #70AEB6

Tints of Fountain Blue #70AEB6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.18%

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

R = 23.93%
G = 37.18%
B = 38.89%

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

#70AEB6 (or 0x70AEB6) is known color: Fountain Blue. HEX triplet: 70, AE and B6. RGB value is (112,174,182). Sum of RGB (Red+Green+Blue) = 112+174+182=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 182 (71.48% from 255 or 38.89% from 468); Max value from RGB is 182 - color contains mainly: blue. Hex color #70AEB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AEB6 is #8F5149. Grayscale: #9C9C9C. Windows color (decimal): -9392458 or 11972208. OLE color: 11972208.

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

Color convert

RGB 112 174 182 -
CMYK 0.38 0.04 0 0.29
HSL 186.86º 0.32% 0.58% -
HSV(B) 186.86º 0.38% 0.71% -
XYZ 30.26 37.09 49.82 -
YUV 156.37 142.46 96.35 -
System Red Green Blue C M Y K H S L
Decimal 112 174 182 0.38 0.04 0 0.29 186.86 0.32 0.58
Hex 70 AE B6 26 4 0 1D BB 20 3A
Octal 160 256 266 46 4 0 35 273 40 72
Binary 1110000 10101110 10110110 100110 100 0 11101 10111011 100000 111010

Color Harmonies of #70AEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AEB6

Black with #70AEB6

Text Example


Text Example

White with #70AEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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