Html Css Color HEX #70AEB3 Fountain Blue

📋 copy color: '#70AEB3'

red 112 ◦ green 174 ◦ blue 179

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

Shades of Fountain Blue #70AEB3

Tints of Fountain Blue #70AEB3

RGB

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

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

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

R = 24.09%
G = 37.42%
B = 38.49%

CMYK

 C value IS 0.37

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#70AEB3 (or 0x70AEB3) is known color: Fountain Blue. HEX triplet: 70, AE and B3. RGB value is (112,174,179). Sum of RGB (Red+Green+Blue) = 112+174+179=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 179 - color contains mainly: blue. Hex color #70AEB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AEB3 is #8F514C. Grayscale: #9B9B9B. Windows color (decimal): -9392461 or 11775600. OLE color: 11775600.

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

Color convert

RGB 112 174 179 -
CMYK 0.37 0.03 0 0.30
HSL 184.48º 0.31% 0.57% -
HSV(B) 184.48º 0.37% 0.7% -
XYZ 29.95 36.97 48.21 -
YUV 156.03 140.96 96.59 -
System Red Green Blue C M Y K H S L
Decimal 112 174 179 0.37 0.03 0 0.30 184.48 0.31 0.57
Hex 70 AE B3 25 3 0 1E B8 1F 39
Octal 160 256 263 45 3 0 36 270 37 71
Binary 1110000 10101110 10110011 100101 11 0 11110 10111000 11111 111001

Color Harmonies of #70AEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AEB3

Black with #70AEB3

Text Example


Text Example

White with #70AEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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