Html Css Color HEX #7EA6BF Glacier

📋 copy color: '#7EA6BF'

red 126 ◦ green 166 ◦ blue 191

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

Shades of Glacier #7EA6BF

Tints of Glacier #7EA6BF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.37%

 BLUE value IS 191 (75% from 255) = 39.54%

R = 26.09%
G = 34.37%
B = 39.54%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7EA6BF (or 0x7EA6BF) is known color: Glacier. HEX triplet: 7E, A6 and BF. RGB value is (126,166,191). Sum of RGB (Red+Green+Blue) = 126+166+191=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #7EA6BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA6BF is #815940. Grayscale: #9C9C9C. Windows color (decimal): -8476993 or 12559998. OLE color: 12559998.

HSL color Cylindrical-coordinate representation of color #7EA6BF: hue angle of 203.08º degrees, saturation: 0.34, 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 #7EA6BF is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 166 191 -
CMYK 0.34 0.13 0 0.25
HSL 203.08º 0.34% 0.62% -
HSV(B) 203.08º 0.34% 0.75% -
XYZ 31.64 35.47 54.47 -
YUV 156.89 147.25 105.97 -
System Red Green Blue C M Y K H S L
Decimal 126 166 191 0.34 0.13 0 0.25 203.08 0.34 0.62
Hex 7E A6 BF 22 D 0 19 CB 22 3E
Octal 176 246 277 42 15 0 31 313 42 76
Binary 1111110 10100110 10111111 100010 1101 0 11001 11001011 100010 111110

Color Harmonies of #7EA6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA6BF

Black with #7EA6BF

Text Example


Text Example

White with #7EA6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,166,191); }

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

background-color css

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

 a { background-color: rgb(126,166,191); }

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

border-color css

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

 span { border-color: rgb(126,166,191); }

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