Html Css Color HEX #70AEBA Glacier

📋 copy color: '#70AEBA'

red 112 ◦ green 174 ◦ blue 186

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

Shades of Glacier #70AEBA

Tints of Glacier #70AEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.41%

R = 23.73%
G = 36.86%
B = 39.41%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#70AEBA (or 0x70AEBA) is known color: Glacier. HEX triplet: 70, AE and BA. RGB value is (112,174,186). Sum of RGB (Red+Green+Blue) = 112+174+186=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #70AEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AEBA is #8F5145. Grayscale: #9C9C9C. Windows color (decimal): -9392454 or 12234352. OLE color: 12234352.

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

Color convert

RGB 112 174 186 -
CMYK 0.40 0.06 0 0.27
HSL 189.73º 0.35% 0.58% -
HSV(B) 189.73º 0.4% 0.73% -
XYZ 30.68 37.26 52.03 -
YUV 156.83 144.46 96.02 -
System Red Green Blue C M Y K H S L
Decimal 112 174 186 0.40 0.06 0 0.27 189.73 0.35 0.58
Hex 70 AE BA 28 6 0 1B BE 23 3A
Octal 160 256 272 50 6 0 33 276 43 72
Binary 1110000 10101110 10111010 101000 110 0 11011 10111110 100011 111010

Color Harmonies of #70AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AEBA

Black with #70AEBA

Text Example


Text Example

White with #70AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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