Html Css Color HEX #70AEBE Glacier

📋 copy color: '#70AEBE'

red 112 ◦ green 174 ◦ blue 190

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

Shades of Glacier #70AEBE

Tints of Glacier #70AEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.92%

R = 23.53%
G = 36.55%
B = 39.92%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#70AEBE (or 0x70AEBE) is known color: Glacier. HEX triplet: 70, AE and BE. RGB value is (112,174,190). Sum of RGB (Red+Green+Blue) = 112+174+190=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #70AEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AEBE is #8F5141. Grayscale: #9D9D9D. Windows color (decimal): -9392450 or 12496496. OLE color: 12496496.

HSL color Cylindrical-coordinate representation of color #70AEBE: hue angle of 192.31º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70AEBE is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 174 190 -
CMYK 0.41 0.08 0 0.25
HSL 192.31º 0.38% 0.59% -
HSV(B) 192.31º 0.41% 0.75% -
XYZ 31.11 37.43 54.3 -
YUV 157.29 146.46 95.7 -
System Red Green Blue C M Y K H S L
Decimal 112 174 190 0.41 0.08 0 0.25 192.31 0.38 0.59
Hex 70 AE BE 29 8 0 19 C0 26 3B
Octal 160 256 276 51 10 0 31 300 46 73
Binary 1110000 10101110 10111110 101001 1000 0 11001 11000000 100110 111011

Color Harmonies of #70AEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AEBE

Black with #70AEBE

Text Example


Text Example

White with #70AEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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