Html Css Color HEX #70AAC5 Glacier

📋 copy color: '#70AAC5'

red 112 ◦ green 170 ◦ blue 197

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

Shades of Glacier #70AAC5

Tints of Glacier #70AAC5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.49%

 BLUE value IS 197 (77.34% from 255) = 41.13%

R = 23.38%
G = 35.49%
B = 41.13%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#70AAC5 (or 0x70AAC5) is known color: Glacier. HEX triplet: 70, AA and C5. RGB value is (112,170,197). Sum of RGB (Red+Green+Blue) = 112+170+197=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 197 - color contains mainly: blue. Hex color #70AAC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AAC5 is #8F553A. Grayscale: #9B9B9B. Windows color (decimal): -9393467 or 12954224. OLE color: 12954224.

HSL color Cylindrical-coordinate representation of color #70AAC5: hue angle of 199.06º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70AAC5 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 112 170 197 -
CMYK 0.43 0.14 0 0.23
HSL 199.06º 0.42% 0.61% -
HSV(B) 199.06º 0.43% 0.77% -
XYZ 31.13 36.23 58.17 -
YUV 155.74 151.28 96.8 -
System Red Green Blue C M Y K H S L
Decimal 112 170 197 0.43 0.14 0 0.23 199.06 0.42 0.61
Hex 70 AA C5 2B E 0 17 C7 2A 3D
Octal 160 252 305 53 16 0 27 307 52 75
Binary 1110000 10101010 11000101 101011 1110 0 10111 11000111 101010 111101

Color Harmonies of #70AAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AAC5

Black with #70AAC5

Text Example


Text Example

White with #70AAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,170,197); }

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

background-color css

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

 a { background-color: rgb(112,170,197); }

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

border-color css

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

 span { border-color: rgb(112,170,197); }

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