Html Css Color HEX #70ADBA Glacier

📋 copy color: '#70ADBA'

red 112 ◦ green 173 ◦ blue 186

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

Shades of Glacier #70ADBA

Tints of Glacier #70ADBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.49%

R = 23.78%
G = 36.73%
B = 39.49%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#70ADBA (or 0x70ADBA) is known color: Glacier. HEX triplet: 70, AD and BA. RGB value is (112,173,186). Sum of RGB (Red+Green+Blue) = 112+173+186=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #70ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADBA is #8F5245. Grayscale: #9C9C9C. Windows color (decimal): -9392710 or 12234096. OLE color: 12234096.

HSL color Cylindrical-coordinate representation of color #70ADBA: hue angle of 190.54º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70ADBA is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 173 186 -
CMYK 0.40 0.07 0 0.27
HSL 190.54º 0.35% 0.58% -
HSV(B) 190.54º 0.4% 0.73% -
XYZ 30.49 36.88 51.97 -
YUV 156.24 144.79 96.44 -
System Red Green Blue C M Y K H S L
Decimal 112 173 186 0.40 0.07 0 0.27 190.54 0.35 0.58
Hex 70 AD BA 28 7 0 1B BF 23 3A
Octal 160 255 272 50 7 0 33 277 43 72
Binary 1110000 10101101 10111010 101000 111 0 11011 10111111 100011 111010

Color Harmonies of #70ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ADBA

Black with #70ADBA

Text Example


Text Example

White with #70ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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