Html Css Color HEX #7EACB6 Glacier

📋 copy color: '#7EACB6'

red 126 ◦ green 172 ◦ blue 182

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

Shades of Glacier #7EACB6

Tints of Glacier #7EACB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.92%

R = 26.25%
G = 35.83%
B = 37.92%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7EACB6 (or 0x7EACB6) is known color: Glacier. HEX triplet: 7E, AC and B6. RGB value is (126,172,182). Sum of RGB (Red+Green+Blue) = 126+172+182=480 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.25% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 182 (71.48% from 255 or 37.92% from 480); Max value from RGB is 182 - color contains mainly: blue. Hex color #7EACB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EACB6 is #815349. Grayscale: #9F9F9F. Windows color (decimal): -8475466 or 11971710. OLE color: 11971710.

HSL color Cylindrical-coordinate representation of color #7EACB6: hue angle of 190.71º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7EACB6 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 126 172 182 -
CMYK 0.31 0.05 0 0.29
HSL 190.71º 0.28% 0.6% -
HSV(B) 190.71º 0.31% 0.71% -
XYZ 31.8 37.32 49.78 -
YUV 159.39 140.76 104.19 -
System Red Green Blue C M Y K H S L
Decimal 126 172 182 0.31 0.05 0 0.29 190.71 0.28 0.6
Hex 7E AC B6 1F 5 0 1D BF 1C 3C
Octal 176 254 266 37 5 0 35 277 34 74
Binary 1111110 10101100 10110110 11111 101 0 11101 10111111 11100 111100

Color Harmonies of #7EACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EACB6

Black with #7EACB6

Text Example


Text Example

White with #7EACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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