Html Css Color HEX #70ADC0 Glacier

📋 copy color: '#70ADC0'

red 112 ◦ green 173 ◦ blue 192

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

Shades of Glacier #70ADC0

Tints of Glacier #70ADC0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.27%

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

R = 23.48%
G = 36.27%
B = 40.25%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#70ADC0 (or 0x70ADC0) is known color: Glacier. HEX triplet: 70, AD and C0. RGB value is (112,173,192). Sum of RGB (Red+Green+Blue) = 112+173+192=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 192 - color contains mainly: blue. Hex color #70ADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADC0 is #8F523F. Grayscale: #9C9C9C. Windows color (decimal): -9392704 or 12627312. OLE color: 12627312.

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

Color convert

RGB 112 173 192 -
CMYK 0.42 0.10 0 0.25
HSL 194.25º 0.39% 0.6% -
HSV(B) 194.25º 0.42% 0.75% -
XYZ 31.14 37.14 55.4 -
YUV 156.93 147.79 95.96 -
System Red Green Blue C M Y K H S L
Decimal 112 173 192 0.42 0.10 0 0.25 194.25 0.39 0.6
Hex 70 AD C0 2A A 0 19 C2 27 3C
Octal 160 255 300 52 12 0 31 302 47 74
Binary 1110000 10101101 11000000 101010 1010 0 11001 11000010 100111 111100

Color Harmonies of #70ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ADC0

Black with #70ADC0

Text Example


Text Example

White with #70ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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