Html Css Color HEX #70ADBE Glacier

📋 copy color: '#70ADBE'

red 112 ◦ green 173 ◦ blue 190

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

Shades of Glacier #70ADBE

Tints of Glacier #70ADBE

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 value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#70ADBE (or 0x70ADBE) is known color: 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

RGB 112 173 190 -
CMYK 0.41 0.09 0 0.25
HSL 193.08º 0.38% 0.59% -
HSV(B) 193.08º 0.41% 0.75% -
XYZ 30.92 37.05 54.24 -
YUV 156.7 146.79 96.12 -
System Red Green Blue C M Y K H S L
Decimal 112 173 190 0.41 0.09 0 0.25 193.08 0.38 0.59
Hex 70 AD BE 29 9 0 19 C1 26 3B
Octal 160 255 276 51 11 0 31 301 46 73
Binary 1110000 10101101 10111110 101001 1001 0 11001 11000001 100110 111011

Color Harmonies of #70ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ADBE

Black with #70ADBE

Text Example


Text Example

White with #70ADBE

Text Example


Text Example

HTML Codes & Css Web 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>