Html Css Color HEX #70B1B4 Fountain Blue

📋 copy color: '#70B1B4'

red 112 ◦ green 177 ◦ blue 180

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

Shades of Fountain Blue #70B1B4

Tints of Fountain Blue #70B1B4

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.74%

 BLUE value IS 180 (70.7% from 255) = 38.38%

R = 23.88%
G = 37.74%
B = 38.38%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#70B1B4 (or 0x70B1B4) is known color: Fountain Blue. HEX triplet: 70, B1 and B4. RGB value is (112,177,180). Sum of RGB (Red+Green+Blue) = 112+177+180=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 180 - color contains mainly: blue. Hex color #70B1B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70B1B4 is #8F4E4B. Grayscale: #9D9D9D. Windows color (decimal): -9391692 or 11841904. OLE color: 11841904.

HSL color Cylindrical-coordinate representation of color #70B1B4: hue angle of 182.65º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B1B4 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 177 180 -
CMYK 0.38 0.02 0 0.29
HSL 182.65º 0.31% 0.57% -
HSV(B) 182.65º 0.38% 0.71% -
XYZ 30.64 38.18 48.94 -
YUV 157.91 140.47 95.26 -
System Red Green Blue C M Y K H S L
Decimal 112 177 180 0.38 0.02 0 0.29 182.65 0.31 0.57
Hex 70 B1 B4 26 2 0 1D B7 1F 39
Octal 160 261 264 46 2 0 35 267 37 71
Binary 1110000 10110001 10110100 100110 10 0 11101 10110111 11111 111001

Color Harmonies of #70B1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B1B4

Black with #70B1B4

Text Example


Text Example

White with #70B1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,177,180); }

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

background-color css

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

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

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

border-color css

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

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

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