Html Css Color HEX #70BAB7 Fountain Blue

📋 copy color: '#70BAB7'

red 112 ◦ green 186 ◦ blue 183

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

Shades of Fountain Blue #70BAB7

Tints of Fountain Blue #70BAB7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.67%

 BLUE value IS 183 (71.88% from 255) = 38.05%

R = 23.28%
G = 38.67%
B = 38.05%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#70BAB7 (or 0x70BAB7) is known color: Fountain Blue. HEX triplet: 70, BA and B7. RGB value is (112,186,183). Sum of RGB (Red+Green+Blue) = 112+186+183=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #70BAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BAB7 is #8F4548. Grayscale: #A3A3A3. Windows color (decimal): -9389385 or 12040816. OLE color: 12040816.

HSL color Cylindrical-coordinate representation of color #70BAB7: hue angle of 177.57º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BAB7 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 186 183 -
CMYK 0.40 0 0.02 0.27
HSL 177.57º 0.35% 0.58% -
HSV(B) 177.57º 0.4% 0.73% -
XYZ 32.79 41.98 51.17 -
YUV 163.53 138.98 91.24 -
System Red Green Blue C M Y K H S L
Decimal 112 186 183 0.40 0 0.02 0.27 177.57 0.35 0.58
Hex 70 BA B7 28 0 2 1B B2 23 3A
Octal 160 272 267 50 0 2 33 262 43 72
Binary 1110000 10111010 10110111 101000 0 10 11011 10110010 100011 111010

Color Harmonies of #70BAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BAB7

Black with #70BAB7

Text Example


Text Example

White with #70BAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,186,183); }

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

background-color css

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

 a { background-color: rgb(112,186,183); }

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

border-color css

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

 span { border-color: rgb(112,186,183); }

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