Html Css Color HEX #70A9C0 Glacier

📋 copy color: '#70A9C0'

red 112 ◦ green 169 ◦ blue 192

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

Shades of Glacier #70A9C0

Tints of Glacier #70A9C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.59%

R = 23.68%
G = 35.73%
B = 40.59%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#70A9C0 (or 0x70A9C0) is known color: Glacier. HEX triplet: 70, A9 and C0. RGB value is (112,169,192). Sum of RGB (Red+Green+Blue) = 112+169+192=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #70A9C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A9C0 is #8F563F. Grayscale: #9A9A9A. Windows color (decimal): -9393728 or 12626288. OLE color: 12626288.

HSL color Cylindrical-coordinate representation of color #70A9C0: hue angle of 197.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70A9C0 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 169 192 -
CMYK 0.42 0.12 0 0.25
HSL 197.25º 0.39% 0.6% -
HSV(B) 197.25º 0.42% 0.75% -
XYZ 30.38 35.63 55.14 -
YUV 154.58 149.12 97.63 -
System Red Green Blue C M Y K H S L
Decimal 112 169 192 0.42 0.12 0 0.25 197.25 0.39 0.6
Hex 70 A9 C0 2A C 0 19 C5 27 3C
Octal 160 251 300 52 14 0 31 305 47 74
Binary 1110000 10101001 11000000 101010 1100 0 11001 11000101 100111 111100

Color Harmonies of #70A9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A9C0

Black with #70A9C0

Text Example


Text Example

White with #70A9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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