Html Css Color HEX #7EACB9 Glacier

📋 copy color: '#7EACB9'

red 126 ◦ green 172 ◦ blue 185

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

Shades of Glacier #7EACB9

Tints of Glacier #7EACB9

RGB

 RED value IS 126 (49.61% from 255) = 26.09%

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

 BLUE value IS 185 (72.66% from 255) = 38.3%

R = 26.09%
G = 35.61%
B = 38.3%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7EACB9 (or 0x7EACB9) is known color: Glacier. HEX triplet: 7E, AC and B9. RGB value is (126,172,185). Sum of RGB (Red+Green+Blue) = 126+172+185=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 185 - color contains mainly: blue. Hex color #7EACB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EACB9 is #815346. Grayscale: #9F9F9F. Windows color (decimal): -8475463 or 12168318. OLE color: 12168318.

HSL color Cylindrical-coordinate representation of color #7EACB9: hue angle of 193.22º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EACB9 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 172 185 -
CMYK 0.32 0.07 0 0.27
HSL 193.22º 0.3% 0.61% -
HSV(B) 193.22º 0.32% 0.73% -
XYZ 32.11 37.44 51.43 -
YUV 159.73 142.26 103.94 -
System Red Green Blue C M Y K H S L
Decimal 126 172 185 0.32 0.07 0 0.27 193.22 0.3 0.61
Hex 7E AC B9 20 7 0 1B C1 1E 3D
Octal 176 254 271 40 7 0 33 301 36 75
Binary 1111110 10101100 10111001 100000 111 0 11011 11000001 11110 111101

Color Harmonies of #7EACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EACB9

Black with #7EACB9

Text Example


Text Example

White with #7EACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7EACB9; }

 p { color: rgb(126,172,185); }

 H1.HeaderClassName
 {
   color: #7EACB9;
 }
 .AnyTagClassName
 {
   color: #7EACB9;
 }
</style>

background-color css

<style>
 a { background-color: #7EACB9; }

 a { background-color: rgb(126,172,185); }

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

border-color css

<style>
 span { border-color: #7EACB9; }

 span { border-color: rgb(126,172,185); }

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