Html Css Color HEX #70BABA Fountain Blue

📋 copy color: '#70BABA'

red 112 ◦ green 186 ◦ blue 186

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

Shades of Fountain Blue #70BABA

Tints of Fountain Blue #70BABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.43%

R = 23.14%
G = 38.43%
B = 38.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#70BABA (or 0x70BABA) is known color: Fountain Blue. HEX triplet: 70, BA and BA. RGB value is (112,186,186). Sum of RGB (Red+Green+Blue) = 112+186+186=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #70BABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BABA is #8F4545. Grayscale: #A3A3A3. Windows color (decimal): -9389382 or 12237424. OLE color: 12237424.

HSL color Cylindrical-coordinate representation of color #70BABA: hue angle of 180º 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 #70BABA is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 186 186 -
CMYK 0.40 0 0 0.27
HSL 180º 0.35% 0.58% -
HSV(B) 180º 0.4% 0.73% -
XYZ 33.1 42.11 52.84 -
YUV 163.87 140.48 91 -
System Red Green Blue C M Y K H S L
Decimal 112 186 186 0.40 0 0 0.27 180 0.35 0.58
Hex 70 BA BA 28 0 0 1B B4 23 3A
Octal 160 272 272 50 0 0 33 264 43 72
Binary 1110000 10111010 10111010 101000 0 0 11011 10110100 100011 111010

Color Harmonies of #70BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BABA

Black with #70BABA

Text Example


Text Example

White with #70BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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