#70AEC4

Color #70AEC4 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #70AEC4

Tints of Glacier #70AEC4

Color information

#70AEC4 (or 0x70AEC4) is unknown color: approx Glacier. HEX triplet: 70, AE and C4. RGB value is (112,174,196). Sum of RGB (Red+Green+Blue) = 112+174+196=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 196 - color contains mainly: blue. Hex color #70AEC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AEC4 is #8F513B. Grayscale: #9D9D9D. Windows color (decimal): -9392444 or 12889712. OLE color: 12889712.

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

Color convert

RGB112174196-
CMYK0.430.1100.23
HSL195.71º41.58%60.39%-
HSV(B)195.71º42.86%76.86%-
XYZ31.7837.757.83-
YUV157.97149.4695.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.24%
GREEN value IS 174 (68.36% from 255) = 36.10%
BLUE value IS 196 (76.95% from 255) = 40.66%
R=23.24%
G=36.10%
B=40.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1121741960.430.1100.23195.7141.5860.39
Hex70AEC42BB017c42a3c
Octal16025630453130273045274
Binary11100001010111011000100101011101101011111000100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70AEC4;
 }
 .AnyTagClassName
 {
   color: #70AEC4;
 }
</style>
background-color css

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

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

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

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

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

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