#70AEC0

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

Shades of Glacier #70AEC0

Tints of Glacier #70AEC0

Color information

#70AEC0 (or 0x70AEC0) is unknown color: approx 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

RGB112174192-
CMYK0.420.0900.25
HSL193.5º38.83%59.61%-
HSV(B)193.5º41.67%75.29%-
XYZ31.3337.5255.46-
YUV157.51147.4695.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.43%
GREEN value IS 174 (68.36% from 255) = 36.40%
BLUE value IS 192 (75.39% from 255) = 40.17%
R=23.43%
G=36.40%
B=40.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121741920.420.0900.25193.538.8359.61
Hex70AEC02A9019c2273c
Octal16025630052110313024774
Binary11100001010111011000000101010100101100111000010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>