Html Css Color HEX #7EA9BE Glacier

📋 copy color: '#7EA9BE'

red 126 ◦ green 169 ◦ blue 190

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

Shades of Glacier #7EA9BE

Tints of Glacier #7EA9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.18%

R = 25.98%
G = 34.85%
B = 39.18%

CMYK

 C value IS 0.34

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7EA9BE (or 0x7EA9BE) is known color: Glacier. HEX triplet: 7E, A9 and BE. RGB value is (126,169,190). Sum of RGB (Red+Green+Blue) = 126+169+190=485 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.98% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #7EA9BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA9BE is #815641. Grayscale: #9E9E9E. Windows color (decimal): -8476226 or 12495230. OLE color: 12495230.

HSL color Cylindrical-coordinate representation of color #7EA9BE: hue angle of 199.69º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EA9BE is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 169 190 -
CMYK 0.34 0.11 0 0.25
HSL 199.69º 0.33% 0.62% -
HSV(B) 199.69º 0.34% 0.75% -
XYZ 32.09 36.53 54.07 -
YUV 158.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 126 169 190 0.34 0.11 0 0.25 199.69 0.33 0.62
Hex 7E A9 BE 22 B 0 19 C8 21 3E
Octal 176 251 276 42 13 0 31 310 41 76
Binary 1111110 10101001 10111110 100010 1011 0 11001 11001000 100001 111110

Color Harmonies of #7EA9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA9BE

Black with #7EA9BE

Text Example


Text Example

White with #7EA9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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