Html Css Color HEX #70A5BC Glacier

📋 copy color: '#70A5BC'

red 112 ◦ green 165 ◦ blue 188

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

Shades of Glacier #70A5BC

Tints of Glacier #70A5BC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.48%

 BLUE value IS 188 (73.83% from 255) = 40.43%

R = 24.09%
G = 35.48%
B = 40.43%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#70A5BC (or 0x70A5BC) is known color: Glacier. HEX triplet: 70, A5 and BC. RGB value is (112,165,188). Sum of RGB (Red+Green+Blue) = 112+165+188=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #70A5BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A5BC is #8F5A43. Grayscale: #979797. Windows color (decimal): -9394756 or 12363120. OLE color: 12363120.

HSL color Cylindrical-coordinate representation of color #70A5BC: hue angle of 198.16º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70A5BC is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 165 188 -
CMYK 0.40 0.12 0 0.26
HSL 198.16º 0.36% 0.59% -
HSV(B) 198.16º 0.4% 0.74% -
XYZ 29.21 33.99 52.6 -
YUV 151.78 148.44 99.63 -
System Red Green Blue C M Y K H S L
Decimal 112 165 188 0.40 0.12 0 0.26 198.16 0.36 0.59
Hex 70 A5 BC 28 C 0 1A C6 24 3B
Octal 160 245 274 50 14 0 32 306 44 73
Binary 1110000 10100101 10111100 101000 1100 0 11010 11000110 100100 111011

Color Harmonies of #70A5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A5BC

Black with #70A5BC

Text Example


Text Example

White with #70A5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,165,188); }

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

background-color css

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

 a { background-color: rgb(112,165,188); }

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

border-color css

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

 span { border-color: rgb(112,165,188); }

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