Html Css Color HEX #70A9BE Glacier

📋 copy color: '#70A9BE'

red 112 ◦ green 169 ◦ blue 190

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

Shades of Glacier #70A9BE

Tints of Glacier #70A9BE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.88%

 BLUE value IS 190 (74.61% from 255) = 40.34%

R = 23.78%
G = 35.88%
B = 40.34%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#70A9BE (or 0x70A9BE) is known color: Glacier. HEX triplet: 70, A9 and BE. RGB value is (112,169,190). Sum of RGB (Red+Green+Blue) = 112+169+190=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #70A9BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A9BE is #8F5641. Grayscale: #9A9A9A. Windows color (decimal): -9393730 or 12495216. OLE color: 12495216.

HSL color Cylindrical-coordinate representation of color #70A9BE: hue angle of 196.15º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70A9BE is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 169 190 -
CMYK 0.41 0.11 0 0.25
HSL 196.15º 0.38% 0.59% -
HSV(B) 196.15º 0.41% 0.75% -
XYZ 30.16 35.54 53.98 -
YUV 154.35 148.12 97.79 -
System Red Green Blue C M Y K H S L
Decimal 112 169 190 0.41 0.11 0 0.25 196.15 0.38 0.59
Hex 70 A9 BE 29 B 0 19 C4 26 3B
Octal 160 251 276 51 13 0 31 304 46 73
Binary 1110000 10101001 10111110 101001 1011 0 11001 11000100 100110 111011

Color Harmonies of #70A9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A9BE

Black with #70A9BE

Text Example


Text Example

White with #70A9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,169,190); }

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

background-color css

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

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

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

border-color css

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

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

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