Html Css Color HEX #70AEB7 Glacier

📋 copy color: '#70AEB7'

red 112 ◦ green 174 ◦ blue 183

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

Shades of Glacier #70AEB7

Tints of Glacier #70AEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.02%

R = 23.88%
G = 37.1%
B = 39.02%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#70AEB7 (or 0x70AEB7) is known color: Glacier. HEX triplet: 70, AE and B7. RGB value is (112,174,183). Sum of RGB (Red+Green+Blue) = 112+174+183=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 183 - color contains mainly: blue. Hex color #70AEB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AEB7 is #8F5148. Grayscale: #9C9C9C. Windows color (decimal): -9392457 or 12037744. OLE color: 12037744.

HSL color Cylindrical-coordinate representation of color #70AEB7: hue angle of 187.61º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70AEB7 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 174 183 -
CMYK 0.39 0.05 0 0.28
HSL 187.61º 0.33% 0.58% -
HSV(B) 187.61º 0.39% 0.72% -
XYZ 30.37 37.14 50.37 -
YUV 156.49 142.96 96.27 -
System Red Green Blue C M Y K H S L
Decimal 112 174 183 0.39 0.05 0 0.28 187.61 0.33 0.58
Hex 70 AE B7 27 5 0 1C BC 21 3A
Octal 160 256 267 47 5 0 34 274 41 72
Binary 1110000 10101110 10110111 100111 101 0 11100 10111100 100001 111010

Color Harmonies of #70AEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AEB7

Black with #70AEB7

Text Example


Text Example

White with #70AEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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