Html Css Color HEX #70A3B4 Glacier

📋 copy color: '#70A3B4'

red 112 ◦ green 163 ◦ blue 180

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

Shades of Glacier #70A3B4

Tints of Glacier #70A3B4

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.82%

 BLUE value IS 180 (70.7% from 255) = 39.56%

R = 24.62%
G = 35.82%
B = 39.56%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#70A3B4 (or 0x70A3B4) is known color: Glacier. HEX triplet: 70, A3 and B4. RGB value is (112,163,180). Sum of RGB (Red+Green+Blue) = 112+163+180=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 180 - color contains mainly: blue. Hex color #70A3B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A3B4 is #8F5C4B. Grayscale: #959595. Windows color (decimal): -9395276 or 11838320. OLE color: 11838320.

HSL color Cylindrical-coordinate representation of color #70A3B4: hue angle of 195º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70A3B4 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 163 180 -
CMYK 0.38 0.09 0 0.29
HSL 195º 0.31% 0.57% -
HSV(B) 195º 0.38% 0.71% -
XYZ 28.02 32.93 48.06 -
YUV 149.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 112 163 180 0.38 0.09 0 0.29 195 0.31 0.57
Hex 70 A3 B4 26 9 0 1D C3 1F 39
Octal 160 243 264 46 11 0 35 303 37 71
Binary 1110000 10100011 10110100 100110 1001 0 11101 11000011 11111 111001

Color Harmonies of #70A3B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A3B4

Black with #70A3B4

Text Example


Text Example

White with #70A3B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,163,180); }

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

background-color css

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

 a { background-color: rgb(112,163,180); }

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

border-color css

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

 span { border-color: rgb(112,163,180); }

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