Html Css Color HEX #70AEBB Glacier

📋 copy color: '#70AEBB'

red 112 ◦ green 174 ◦ blue 187

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

Shades of Glacier #70AEBB

Tints of Glacier #70AEBB

RGB

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

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

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

R = 23.68%
G = 36.79%
B = 39.53%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#70AEBB (or 0x70AEBB) is known color: Glacier. HEX triplet: 70, AE and BB. RGB value is (112,174,187). Sum of RGB (Red+Green+Blue) = 112+174+187=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #70AEBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AEBB is #8F5144. Grayscale: #9C9C9C. Windows color (decimal): -9392453 or 12299888. OLE color: 12299888.

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

Color convert

RGB 112 174 187 -
CMYK 0.40 0.07 0 0.27
HSL 190.4º 0.36% 0.59% -
HSV(B) 190.4º 0.4% 0.73% -
XYZ 30.79 37.3 52.59 -
YUV 156.94 144.96 95.94 -
System Red Green Blue C M Y K H S L
Decimal 112 174 187 0.40 0.07 0 0.27 190.4 0.36 0.59
Hex 70 AE BB 28 7 0 1B BE 24 3B
Octal 160 256 273 50 7 0 33 276 44 73
Binary 1110000 10101110 10111011 101000 111 0 11011 10111110 100100 111011

Color Harmonies of #70AEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AEBB

Black with #70AEBB

Text Example


Text Example

White with #70AEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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