Html Css Color HEX #70ABBD Glacier

📋 copy color: '#70ABBD'

red 112 ◦ green 171 ◦ blue 189

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

Shades of Glacier #70ABBD

Tints of Glacier #70ABBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 23.73%
G = 36.23%
B = 40.04%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#70ABBD (or 0x70ABBD) is known color: Glacier. HEX triplet: 70, AB and BD. RGB value is (112,171,189). Sum of RGB (Red+Green+Blue) = 112+171+189=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #70ABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ABBD is #8F5442. Grayscale: #9B9B9B. Windows color (decimal): -9393219 or 12430192. OLE color: 12430192.

HSL color Cylindrical-coordinate representation of color #70ABBD: hue angle of 194.03º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70ABBD is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 171 189 -
CMYK 0.41 0.10 0 0.26
HSL 194.03º 0.37% 0.59% -
HSV(B) 194.03º 0.41% 0.74% -
XYZ 30.43 36.24 53.54 -
YUV 155.41 146.95 97.04 -
System Red Green Blue C M Y K H S L
Decimal 112 171 189 0.41 0.10 0 0.26 194.03 0.37 0.59
Hex 70 AB BD 29 A 0 1A C2 25 3B
Octal 160 253 275 51 12 0 32 302 45 73
Binary 1110000 10101011 10111101 101001 1010 0 11010 11000010 100101 111011

Color Harmonies of #70ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ABBD

Black with #70ABBD

Text Example


Text Example

White with #70ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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