Html Css Color HEX #7EA9B6 Glacier

📋 copy color: '#7EA9B6'

red 126 ◦ green 169 ◦ blue 182

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

Shades of Glacier #7EA9B6

Tints of Glacier #7EA9B6

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.43%

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

R = 26.42%
G = 35.43%
B = 38.16%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7EA9B6 (or 0x7EA9B6) is known color: Glacier. HEX triplet: 7E, A9 and B6. RGB value is (126,169,182). Sum of RGB (Red+Green+Blue) = 126+169+182=477 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.42% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 182 - color contains mainly: blue. Hex color #7EA9B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA9B6 is #815649. Grayscale: #9D9D9D. Windows color (decimal): -8476234 or 11970942. OLE color: 11970942.

HSL color Cylindrical-coordinate representation of color #7EA9B6: hue angle of 193.93º 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 #7EA9B6 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 126 169 182 -
CMYK 0.31 0.07 0 0.29
HSL 193.93º 0.28% 0.6% -
HSV(B) 193.93º 0.31% 0.71% -
XYZ 31.24 36.19 49.59 -
YUV 157.63 141.75 105.44 -
System Red Green Blue C M Y K H S L
Decimal 126 169 182 0.31 0.07 0 0.29 193.93 0.28 0.6
Hex 7E A9 B6 1F 7 0 1D C2 1C 3C
Octal 176 251 266 37 7 0 35 302 34 74
Binary 1111110 10101001 10110110 11111 111 0 11101 11000010 11100 111100

Color Harmonies of #7EA9B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA9B6

Black with #7EA9B6

Text Example


Text Example

White with #7EA9B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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