Html Css Color HEX #70B0B6 Fountain Blue

📋 copy color: '#70B0B6'

red 112 ◦ green 176 ◦ blue 182

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

Shades of Fountain Blue #70B0B6

Tints of Fountain Blue #70B0B6

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.45%

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

R = 23.83%
G = 37.45%
B = 38.72%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#70B0B6 (or 0x70B0B6) is known color: Fountain Blue. HEX triplet: 70, B0 and B6. RGB value is (112,176,182). Sum of RGB (Red+Green+Blue) = 112+176+182=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 182 - color contains mainly: blue. Hex color #70B0B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70B0B6 is #8F4F49. Grayscale: #9D9D9D. Windows color (decimal): -9391946 or 11972720. OLE color: 11972720.

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

Color convert

RGB 112 176 182 -
CMYK 0.38 0.03 0 0.29
HSL 185.14º 0.32% 0.58% -
HSV(B) 185.14º 0.38% 0.71% -
XYZ 30.65 37.87 49.95 -
YUV 157.55 141.8 95.51 -
System Red Green Blue C M Y K H S L
Decimal 112 176 182 0.38 0.03 0 0.29 185.14 0.32 0.58
Hex 70 B0 B6 26 3 0 1D B9 20 3A
Octal 160 260 266 46 3 0 35 271 40 72
Binary 1110000 10110000 10110110 100110 11 0 11101 10111001 100000 111010

Color Harmonies of #70B0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B0B6

Black with #70B0B6

Text Example


Text Example

White with #70B0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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