#70ADBE

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

Shades of Glacier #70ADBE

Tints of Glacier #70ADBE

Color information

#70ADBE (or 0x70ADBE) is unknown color: approx Glacier. HEX triplet: 70, AD and BE. RGB value is (112,173,190). Sum of RGB (Red+Green+Blue) = 112+173+190=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #70ADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADBE is #8F5241. Grayscale: #9C9C9C. Windows color (decimal): -9392706 or 12496240. OLE color: 12496240.

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

Color convert

RGB112173190-
CMYK0.410.0900.25
HSL193.08º37.5%59.22%-
HSV(B)193.08º41.05%74.51%-
XYZ30.9237.0554.24-
YUV156.7146.7996.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.58%
GREEN value IS 173 (67.97% from 255) = 36.42%
BLUE value IS 190 (74.61% from 255) = 40%
R=23.58%
G=36.42%
B=40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121731900.410.0900.25193.0837.559.22
Hex70ADBE299019c1263b
Octal16025527651110313014673
Binary11100001010110110111110101001100101100111000001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,173,190); }

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

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

 a { background-color: rgb(112,173,190); }

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

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

 span { border-color: rgb(112,173,190); }

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