Html Css Color HEX #70AABA Glacier

📋 copy color: '#70AABA'

red 112 ◦ green 170 ◦ blue 186

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

Shades of Glacier #70AABA

Tints of Glacier #70AABA

RGB

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

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

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

R = 23.93%
G = 36.32%
B = 39.74%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#70AABA (or 0x70AABA) is known color: Glacier. HEX triplet: 70, AA and BA. RGB value is (112,170,186). Sum of RGB (Red+Green+Blue) = 112+170+186=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #70AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AABA is #8F5545. Grayscale: #9A9A9A. Windows color (decimal): -9393478 or 12233328. OLE color: 12233328.

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

Color convert

RGB 112 170 186 -
CMYK 0.40 0.09 0 0.27
HSL 192.97º 0.35% 0.58% -
HSV(B) 192.97º 0.4% 0.73% -
XYZ 29.92 35.74 51.78 -
YUV 154.48 145.78 97.7 -
System Red Green Blue C M Y K H S L
Decimal 112 170 186 0.40 0.09 0 0.27 192.97 0.35 0.58
Hex 70 AA BA 28 9 0 1B C1 23 3A
Octal 160 252 272 50 11 0 33 301 43 72
Binary 1110000 10101010 10111010 101000 1001 0 11011 11000001 100011 111010

Color Harmonies of #70AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AABA

Black with #70AABA

Text Example


Text Example

White with #70AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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