Html Css Color HEX #70AABF Glacier

📋 copy color: '#70AABF'

red 112 ◦ green 170 ◦ blue 191

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

Shades of Glacier #70AABF

Tints of Glacier #70AABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.38%

R = 23.68%
G = 35.94%
B = 40.38%

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

#70AABF (or 0x70AABF) is known color: Glacier. HEX triplet: 70, AA and BF. RGB value is (112,170,191). Sum of RGB (Red+Green+Blue) = 112+170+191=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #70AABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AABF is #8F5540. Grayscale: #9A9A9A. Windows color (decimal): -9393473 or 12561008. OLE color: 12561008.

HSL color Cylindrical-coordinate representation of color #70AABF: hue angle of 195.95º 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 #70AABF is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 170 191 -
CMYK 0.41 0.11 0 0.25
HSL 195.95º 0.38% 0.59% -
HSV(B) 195.95º 0.41% 0.75% -
XYZ 30.46 35.96 54.62 -
YUV 155.05 148.28 97.29 -
System Red Green Blue C M Y K H S L
Decimal 112 170 191 0.41 0.11 0 0.25 195.95 0.38 0.59
Hex 70 AA BF 29 B 0 19 C4 26 3B
Octal 160 252 277 51 13 0 31 304 46 73
Binary 1110000 10101010 10111111 101001 1011 0 11001 11000100 100110 111011

Color Harmonies of #70AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AABF

Black with #70AABF

Text Example


Text Example

White with #70AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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