Html Css Color HEX #7EA8BC Glacier

📋 copy color: '#7EA8BC'

red 126 ◦ green 168 ◦ blue 188

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

Shades of Glacier #7EA8BC

Tints of Glacier #7EA8BC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.85%

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

R = 26.14%
G = 34.85%
B = 39%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7EA8BC (or 0x7EA8BC) is known color: Glacier. HEX triplet: 7E, A8 and BC. RGB value is (126,168,188). Sum of RGB (Red+Green+Blue) = 126+168+188=482 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.14% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #7EA8BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA8BC is #815743. Grayscale: #9D9D9D. Windows color (decimal): -8476484 or 12363902. OLE color: 12363902.

HSL color Cylindrical-coordinate representation of color #7EA8BC: hue angle of 199.35º 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 #7EA8BC is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 168 188 -
CMYK 0.33 0.11 0 0.26
HSL 199.35º 0.32% 0.62% -
HSV(B) 199.35º 0.33% 0.74% -
XYZ 31.68 36.07 52.87 -
YUV 157.72 145.09 105.37 -
System Red Green Blue C M Y K H S L
Decimal 126 168 188 0.33 0.11 0 0.26 199.35 0.32 0.62
Hex 7E A8 BC 21 B 0 1A C7 20 3E
Octal 176 250 274 41 13 0 32 307 40 76
Binary 1111110 10101000 10111100 100001 1011 0 11010 11000111 100000 111110

Color Harmonies of #7EA8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA8BC

Black with #7EA8BC

Text Example


Text Example

White with #7EA8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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