Html Css Color HEX #70AEC0 Glacier

📋 copy color: '#70AEC0'

red 112 ◦ green 174 ◦ blue 192

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

Shades of Glacier #70AEC0

Tints of Glacier #70AEC0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.4%

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

R = 23.43%
G = 36.4%
B = 40.17%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#70AEC0 (or 0x70AEC0) is known color: Glacier. HEX triplet: 70, AE and C0. RGB value is (112,174,192). Sum of RGB (Red+Green+Blue) = 112+174+192=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 192 - color contains mainly: blue. Hex color #70AEC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AEC0 is #8F513F. Grayscale: #9D9D9D. Windows color (decimal): -9392448 or 12627568. OLE color: 12627568.

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

Color convert

RGB 112 174 192 -
CMYK 0.42 0.09 0 0.25
HSL 193.5º 0.39% 0.6% -
HSV(B) 193.5º 0.42% 0.75% -
XYZ 31.33 37.52 55.46 -
YUV 157.51 147.46 95.54 -
System Red Green Blue C M Y K H S L
Decimal 112 174 192 0.42 0.09 0 0.25 193.5 0.39 0.6
Hex 70 AE C0 2A 9 0 19 C2 27 3C
Octal 160 256 300 52 11 0 31 302 47 74
Binary 1110000 10101110 11000000 101010 1001 0 11001 11000010 100111 111100

Color Harmonies of #70AEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AEC0

Black with #70AEC0

Text Example


Text Example

White with #70AEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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