Html Css Color HEX #70AABD Glacier

📋 copy color: '#70AABD'

red 112 ◦ green 170 ◦ blue 189

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

Shades of Glacier #70AABD

Tints of Glacier #70AABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.13%

R = 23.78%
G = 36.09%
B = 40.13%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#70AABD (or 0x70AABD) is known color: Glacier. HEX triplet: 70, AA and BD. RGB value is (112,170,189). Sum of RGB (Red+Green+Blue) = 112+170+189=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #70AABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AABD is #8F5542. Grayscale: #9A9A9A. Windows color (decimal): -9393475 or 12429936. OLE color: 12429936.

HSL color Cylindrical-coordinate representation of color #70AABD: hue angle of 194.81º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70AABD is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 170 189 -
CMYK 0.41 0.10 0 0.26
HSL 194.81º 0.37% 0.59% -
HSV(B) 194.81º 0.41% 0.74% -
XYZ 30.24 35.87 53.47 -
YUV 154.82 147.28 97.46 -
System Red Green Blue C M Y K H S L
Decimal 112 170 189 0.41 0.10 0 0.26 194.81 0.37 0.59
Hex 70 AA BD 29 A 0 1A C3 25 3B
Octal 160 252 275 51 12 0 32 303 45 73
Binary 1110000 10101010 10111101 101001 1010 0 11010 11000011 100101 111011

Color Harmonies of #70AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AABD

Black with #70AABD

Text Example


Text Example

White with #70AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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