Html Css Color HEX #70ABB9 Glacier

📋 copy color: '#70ABB9'

red 112 ◦ green 171 ◦ blue 185

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

Shades of Glacier #70ABB9

Tints of Glacier #70ABB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.53%

R = 23.93%
G = 36.54%
B = 39.53%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#70ABB9 (or 0x70ABB9) is known color: Glacier. HEX triplet: 70, AB and B9. RGB value is (112,171,185). Sum of RGB (Red+Green+Blue) = 112+171+185=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 185 - color contains mainly: blue. Hex color #70ABB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ABB9 is #8F5446. Grayscale: #9A9A9A. Windows color (decimal): -9393223 or 12168048. OLE color: 12168048.

HSL color Cylindrical-coordinate representation of color #70ABB9: hue angle of 191.51º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70ABB9 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 171 185 -
CMYK 0.39 0.08 0 0.27
HSL 191.51º 0.34% 0.58% -
HSV(B) 191.51º 0.39% 0.73% -
XYZ 30 36.07 51.28 -
YUV 154.96 144.95 97.36 -
System Red Green Blue C M Y K H S L
Decimal 112 171 185 0.39 0.08 0 0.27 191.51 0.34 0.58
Hex 70 AB B9 27 8 0 1B C0 22 3A
Octal 160 253 271 47 10 0 33 300 42 72
Binary 1110000 10101011 10111001 100111 1000 0 11011 11000000 100010 111010

Color Harmonies of #70ABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ABB9

Black with #70ABB9

Text Example


Text Example

White with #70ABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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