Html Css Color HEX #70B0BA Glacier

📋 copy color: '#70B0BA'

red 112 ◦ green 176 ◦ blue 186

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

Shades of Glacier #70B0BA

Tints of Glacier #70B0BA

RGB

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

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

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

R = 23.63%
G = 37.13%
B = 39.24%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#70B0BA (or 0x70B0BA) is known color: Glacier. HEX triplet: 70, B0 and BA. RGB value is (112,176,186). Sum of RGB (Red+Green+Blue) = 112+176+186=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #70B0BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70B0BA is #8F4F45. Grayscale: #9D9D9D. Windows color (decimal): -9391942 or 12234864. OLE color: 12234864.

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

Color convert

RGB 112 176 186 -
CMYK 0.40 0.05 0 0.27
HSL 188.11º 0.35% 0.58% -
HSV(B) 188.11º 0.4% 0.73% -
XYZ 31.07 38.04 52.16 -
YUV 158 143.8 95.19 -
System Red Green Blue C M Y K H S L
Decimal 112 176 186 0.40 0.05 0 0.27 188.11 0.35 0.58
Hex 70 B0 BA 28 5 0 1B BC 23 3A
Octal 160 260 272 50 5 0 33 274 43 72
Binary 1110000 10110000 10111010 101000 101 0 11011 10111100 100011 111010

Color Harmonies of #70B0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B0BA

Black with #70B0BA

Text Example


Text Example

White with #70B0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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