#7EABBD

Color #7EABBD Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #7EABBD

Tints of Glacier #7EABBD

Color information

#7EABBD (or 0x7EABBD) is unknown color: approx Glacier. HEX triplet: 7E, AB and BD. RGB value is (126,171,189). Sum of RGB (Red+Green+Blue) = 126+171+189=486 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.93% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #7EABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EABBD is #815442. Grayscale: #9F9F9F. Windows color (decimal): -8475715 or 12430206. OLE color: 12430206.

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

Color convert

RGB126171189-
CMYK0.330.1000.26
HSL197.14º32.31%61.76%-
HSV(B)197.14º33.33%74.12%-
XYZ32.3537.2453.63-
YUV159.6144.59104.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.93%
GREEN value IS 171 (67.19% from 255) = 35.19%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=25.93%
G=35.19%
B=38.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261711890.330.1000.26197.1432.3161.76
Hex7EABBD21A01Ac5203e
Octal17625327541120323054076
Binary11111101010101110111101100001101001101011000101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7EABBD;
 }
 .AnyTagClassName
 {
   color: #7EABBD;
 }
</style>
background-color css

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

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

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

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

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

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