Html Css Color HEX #7EA9BC Glacier

📋 copy color: '#7EA9BC'

red 126 ◦ green 169 ◦ blue 188

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

Shades of Glacier #7EA9BC

Tints of Glacier #7EA9BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.92%

R = 26.09%
G = 34.99%
B = 38.92%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7EA9BC (or 0x7EA9BC) is known color: Glacier. HEX triplet: 7E, A9 and BC. RGB value is (126,169,188). Sum of RGB (Red+Green+Blue) = 126+169+188=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #7EA9BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA9BC is #815643. Grayscale: #9E9E9E. Windows color (decimal): -8476228 or 12364158. OLE color: 12364158.

HSL color Cylindrical-coordinate representation of color #7EA9BC: hue angle of 198.39º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EA9BC is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 169 188 -
CMYK 0.33 0.10 0 0.26
HSL 198.39º 0.32% 0.62% -
HSV(B) 198.39º 0.33% 0.74% -
XYZ 31.87 36.44 52.93 -
YUV 158.31 144.75 104.96 -
System Red Green Blue C M Y K H S L
Decimal 126 169 188 0.33 0.10 0 0.26 198.39 0.32 0.62
Hex 7E A9 BC 21 A 0 1A C6 20 3E
Octal 176 251 274 41 12 0 32 306 40 76
Binary 1111110 10101001 10111100 100001 1010 0 11010 11000110 100000 111110

Color Harmonies of #7EA9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA9BC

Black with #7EA9BC

Text Example


Text Example

White with #7EA9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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