Html Css Color HEX #70AEBC Glacier

📋 copy color: '#70AEBC'

red 112 ◦ green 174 ◦ blue 188

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

Shades of Glacier #70AEBC

Tints of Glacier #70AEBC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.71%

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

R = 23.63%
G = 36.71%
B = 39.66%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#70AEBC (or 0x70AEBC) is known color: Glacier. HEX triplet: 70, AE and BC. RGB value is (112,174,188). Sum of RGB (Red+Green+Blue) = 112+174+188=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #70AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AEBC is #8F5143. Grayscale: #9C9C9C. Windows color (decimal): -9392452 or 12365424. OLE color: 12365424.

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

Color convert

RGB 112 174 188 -
CMYK 0.40 0.07 0 0.26
HSL 191.05º 0.36% 0.59% -
HSV(B) 191.05º 0.4% 0.74% -
XYZ 30.9 37.35 53.16 -
YUV 157.06 145.46 95.86 -
System Red Green Blue C M Y K H S L
Decimal 112 174 188 0.40 0.07 0 0.26 191.05 0.36 0.59
Hex 70 AE BC 28 7 0 1A BF 24 3B
Octal 160 256 274 50 7 0 32 277 44 73
Binary 1110000 10101110 10111100 101000 111 0 11010 10111111 100100 111011

Color Harmonies of #70AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AEBC

Black with #70AEBC

Text Example


Text Example

White with #70AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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