Html Css Color HEX #70ACBB Glacier

📋 copy color: '#70ACBB'

red 112 ◦ green 172 ◦ blue 187

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

Shades of Glacier #70ACBB

Tints of Glacier #70ACBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.7%

R = 23.78%
G = 36.52%
B = 39.7%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#70ACBB (or 0x70ACBB) is known color: Glacier. HEX triplet: 70, AC and BB. RGB value is (112,172,187). Sum of RGB (Red+Green+Blue) = 112+172+187=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #70ACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACBB is #8F5344. Grayscale: #9B9B9B. Windows color (decimal): -9392965 or 12299376. OLE color: 12299376.

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

Color convert

RGB 112 172 187 -
CMYK 0.40 0.08 0 0.27
HSL 192º 0.36% 0.59% -
HSV(B) 192º 0.4% 0.73% -
XYZ 30.4 36.54 52.46 -
YUV 155.77 145.62 96.78 -
System Red Green Blue C M Y K H S L
Decimal 112 172 187 0.40 0.08 0 0.27 192 0.36 0.59
Hex 70 AC BB 28 8 0 1B C0 24 3B
Octal 160 254 273 50 10 0 33 300 44 73
Binary 1110000 10101100 10111011 101000 1000 0 11011 11000000 100100 111011

Color Harmonies of #70ACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ACBB

Black with #70ACBB

Text Example


Text Example

White with #70ACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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