#70ADBF

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

Shades of Glacier #70ADBF

Tints of Glacier #70ADBF

Color information

#70ADBF (or 0x70ADBF) is unknown color: approx Glacier. HEX triplet: 70, AD and BF. RGB value is (112,173,191). Sum of RGB (Red+Green+Blue) = 112+173+191=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #70ADBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADBF is #8F5240. Grayscale: #9C9C9C. Windows color (decimal): -9392705 or 12561776. OLE color: 12561776.

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

Color convert

RGB112173191-
CMYK0.410.0900.25
HSL193.67º38.16%59.41%-
HSV(B)193.67º41.36%74.9%-
XYZ31.0337.0954.81-
YUV156.81147.2996.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.53%
GREEN value IS 173 (67.97% from 255) = 36.34%
BLUE value IS 191 (75% from 255) = 40.13%
R=23.53%
G=36.34%
B=40.13%

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
Decimal1121731910.410.0900.25193.6738.1659.41
Hex70ADBF299019c2263b
Octal16025527751110313024673
Binary11100001010110110111111101001100101100111000010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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