Html Css Color HEX #70B0B3 Fountain Blue

📋 copy color: '#70B0B3'

red 112 ◦ green 176 ◦ blue 179

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

Shades of Fountain Blue #70B0B3

Tints of Fountain Blue #70B0B3

RGB

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

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

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

R = 23.98%
G = 37.69%
B = 38.33%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#70B0B3 (or 0x70B0B3) is known color: Fountain Blue. HEX triplet: 70, B0 and B3. RGB value is (112,176,179). Sum of RGB (Red+Green+Blue) = 112+176+179=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 179 - color contains mainly: blue. Hex color #70B0B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70B0B3 is #8F4F4C. Grayscale: #9D9D9D. Windows color (decimal): -9391949 or 11776112. OLE color: 11776112.

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

Color convert

RGB 112 176 179 -
CMYK 0.37 0.02 0 0.30
HSL 182.69º 0.31% 0.57% -
HSV(B) 182.69º 0.37% 0.7% -
XYZ 30.34 37.75 48.34 -
YUV 157.21 140.3 95.76 -
System Red Green Blue C M Y K H S L
Decimal 112 176 179 0.37 0.02 0 0.30 182.69 0.31 0.57
Hex 70 B0 B3 25 2 0 1E B7 1F 39
Octal 160 260 263 45 2 0 36 267 37 71
Binary 1110000 10110000 10110011 100101 10 0 11110 10110111 11111 111001

Color Harmonies of #70B0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B0B3

Black with #70B0B3

Text Example


Text Example

White with #70B0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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