Html Css Color HEX #7EABBA Glacier

📋 copy color: '#7EABBA'

red 126 ◦ green 171 ◦ blue 186

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

Shades of Glacier #7EABBA

Tints of Glacier #7EABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.4%

 BLUE value IS 186 (73.05% from 255) = 38.51%

R = 26.09%
G = 35.4%
B = 38.51%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7EABBA (or 0x7EABBA) is known color: Glacier. HEX triplet: 7E, AB and BA. RGB value is (126,171,186). Sum of RGB (Red+Green+Blue) = 126+171+186=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #7EABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EABBA is #815445. Grayscale: #9F9F9F. Windows color (decimal): -8475718 or 12233598. OLE color: 12233598.

HSL color Cylindrical-coordinate representation of color #7EABBA: hue angle of 195º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EABBA is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 171 186 -
CMYK 0.32 0.08 0 0.27
HSL 195º 0.3% 0.61% -
HSV(B) 195º 0.32% 0.73% -
XYZ 32.03 37.11 51.93 -
YUV 159.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 126 171 186 0.32 0.08 0 0.27 195 0.3 0.61
Hex 7E AB BA 20 8 0 1B C3 1E 3D
Octal 176 253 272 40 10 0 33 303 36 75
Binary 1111110 10101011 10111010 100000 1000 0 11011 11000011 11110 111101

Color Harmonies of #7EABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EABBA

Black with #7EABBA

Text Example


Text Example

White with #7EABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,171,186); }

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

background-color css

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

 a { background-color: rgb(126,171,186); }

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

border-color css

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

 span { border-color: rgb(126,171,186); }

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