Html Css Color HEX #70A8BC Glacier

📋 copy color: '#70A8BC'

red 112 ◦ green 168 ◦ blue 188

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

Shades of Glacier #70A8BC

Tints of Glacier #70A8BC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.9%

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

R = 23.93%
G = 35.9%
B = 40.17%

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

#70A8BC (or 0x70A8BC) is known color: Glacier. HEX triplet: 70, A8 and BC. RGB value is (112,168,188). Sum of RGB (Red+Green+Blue) = 112+168+188=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #70A8BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A8BC is #8F5743. Grayscale: #999999. Windows color (decimal): -9393988 or 12363888. OLE color: 12363888.

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

Color convert

RGB 112 168 188 -
CMYK 0.40 0.11 0 0.26
HSL 195.79º 0.36% 0.59% -
HSV(B) 195.79º 0.4% 0.74% -
XYZ 29.76 35.08 52.78 -
YUV 153.54 147.45 98.37 -
System Red Green Blue C M Y K H S L
Decimal 112 168 188 0.40 0.11 0 0.26 195.79 0.36 0.59
Hex 70 A8 BC 28 B 0 1A C4 24 3B
Octal 160 250 274 50 13 0 32 304 44 73
Binary 1110000 10101000 10111100 101000 1011 0 11010 11000100 100100 111011

Color Harmonies of #70A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A8BC

Black with #70A8BC

Text Example


Text Example

White with #70A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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