Html Css Color HEX #70ABC6 Glacier

📋 copy color: '#70ABC6'

red 112 ◦ green 171 ◦ blue 198

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

Shades of Glacier #70ABC6

Tints of Glacier #70ABC6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.55%

 BLUE value IS 198 (77.73% from 255) = 41.16%

R = 23.28%
G = 35.55%
B = 41.16%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#70ABC6 (or 0x70ABC6) is known color: Glacier. HEX triplet: 70, AB and C6. RGB value is (112,171,198). Sum of RGB (Red+Green+Blue) = 112+171+198=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 198 (77.73% from 255 or 41.16% from 481); Max value from RGB is 198 - color contains mainly: blue. Hex color #70ABC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ABC6 is #8F5439. Grayscale: #9C9C9C. Windows color (decimal): -9393210 or 13020016. OLE color: 13020016.

HSL color Cylindrical-coordinate representation of color #70ABC6: hue angle of 198.84º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70ABC6 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 171 198 -
CMYK 0.43 0.14 0 0.22
HSL 198.84º 0.43% 0.61% -
HSV(B) 198.84º 0.43% 0.78% -
XYZ 31.44 36.65 58.84 -
YUV 156.44 151.45 96.3 -
System Red Green Blue C M Y K H S L
Decimal 112 171 198 0.43 0.14 0 0.22 198.84 0.43 0.61
Hex 70 AB C6 2B E 0 16 C7 2B 3D
Octal 160 253 306 53 16 0 26 307 53 75
Binary 1110000 10101011 11000110 101011 1110 0 10110 11000111 101011 111101

Color Harmonies of #70ABC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ABC6

Black with #70ABC6

Text Example


Text Example

White with #70ABC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,171,198); }

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

background-color css

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

 a { background-color: rgb(112,171,198); }

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

border-color css

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

 span { border-color: rgb(112,171,198); }

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