Html Css Color HEX #70ACBC Glacier

📋 copy color: '#70ACBC'

red 112 ◦ green 172 ◦ blue 188

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

Shades of Glacier #70ACBC

Tints of Glacier #70ACBC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.44%

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

R = 23.73%
G = 36.44%
B = 39.83%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#70ACBC (or 0x70ACBC) is known color: Glacier. HEX triplet: 70, AC and BC. RGB value is (112,172,188). Sum of RGB (Red+Green+Blue) = 112+172+188=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #70ACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACBC is #8F5343. Grayscale: #9B9B9B. Windows color (decimal): -9392964 or 12364912. OLE color: 12364912.

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

Color convert

RGB 112 172 188 -
CMYK 0.40 0.09 0 0.26
HSL 192.63º 0.36% 0.59% -
HSV(B) 192.63º 0.4% 0.74% -
XYZ 30.51 36.58 53.03 -
YUV 155.88 146.12 96.7 -
System Red Green Blue C M Y K H S L
Decimal 112 172 188 0.40 0.09 0 0.26 192.63 0.36 0.59
Hex 70 AC BC 28 9 0 1A C1 24 3B
Octal 160 254 274 50 11 0 32 301 44 73
Binary 1110000 10101100 10111100 101000 1001 0 11010 11000001 100100 111011

Color Harmonies of #70ACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ACBC

Black with #70ACBC

Text Example


Text Example

White with #70ACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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