Html Css Color HEX #70A7BC Glacier

📋 copy color: '#70A7BC'

red 112 ◦ green 167 ◦ blue 188

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

Shades of Glacier #70A7BC

Tints of Glacier #70A7BC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.76%

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

R = 23.98%
G = 35.76%
B = 40.26%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#70A7BC (or 0x70A7BC) is known color: Glacier. HEX triplet: 70, A7 and BC. RGB value is (112,167,188). Sum of RGB (Red+Green+Blue) = 112+167+188=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #70A7BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A7BC is #8F5843. Grayscale: #989898. Windows color (decimal): -9394244 or 12363632. OLE color: 12363632.

HSL color Cylindrical-coordinate representation of color #70A7BC: hue angle of 196.58º 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 #70A7BC is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 167 188 -
CMYK 0.40 0.11 0 0.26
HSL 196.58º 0.36% 0.59% -
HSV(B) 196.58º 0.4% 0.74% -
XYZ 29.58 34.71 52.72 -
YUV 152.95 147.78 98.79 -
System Red Green Blue C M Y K H S L
Decimal 112 167 188 0.40 0.11 0 0.26 196.58 0.36 0.59
Hex 70 A7 BC 28 B 0 1A C5 24 3B
Octal 160 247 274 50 13 0 32 305 44 73
Binary 1110000 10100111 10111100 101000 1011 0 11010 11000101 100100 111011

Color Harmonies of #70A7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A7BC

Black with #70A7BC

Text Example


Text Example

White with #70A7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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