Html Css Color HEX #70ACC7 Glacier

📋 copy color: '#70ACC7'

red 112 ◦ green 172 ◦ blue 199

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

Shades of Glacier #70ACC7

Tints of Glacier #70ACC7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.61%

 BLUE value IS 199 (78.13% from 255) = 41.2%

R = 23.19%
G = 35.61%
B = 41.2%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#70ACC7 (or 0x70ACC7) is known color: Glacier. HEX triplet: 70, AC and C7. RGB value is (112,172,199). Sum of RGB (Red+Green+Blue) = 112+172+199=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 199 (78.12% from 255 or 41.20% from 483); Max value from RGB is 199 - color contains mainly: blue. Hex color #70ACC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACC7 is #8F5338. Grayscale: #9C9C9C. Windows color (decimal): -9392953 or 13085808. OLE color: 13085808.

HSL color Cylindrical-coordinate representation of color #70ACC7: hue angle of 198.62º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70ACC7 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 172 199 -
CMYK 0.44 0.14 0 0.22
HSL 198.62º 0.44% 0.61% -
HSV(B) 198.62º 0.44% 0.78% -
XYZ 31.74 37.07 59.52 -
YUV 157.14 151.62 95.8 -
System Red Green Blue C M Y K H S L
Decimal 112 172 199 0.44 0.14 0 0.22 198.62 0.44 0.61
Hex 70 AC C7 2C E 0 16 C7 2C 3D
Octal 160 254 307 54 16 0 26 307 54 75
Binary 1110000 10101100 11000111 101100 1110 0 10110 11000111 101100 111101

Color Harmonies of #70ACC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ACC7

Black with #70ACC7

Text Example


Text Example

White with #70ACC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,172,199); }

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

background-color css

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

 a { background-color: rgb(112,172,199); }

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

border-color css

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

 span { border-color: rgb(112,172,199); }

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