#7EABBB

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

Shades of Glacier #7EABBB

Tints of Glacier #7EABBB

Color information

#7EABBB (or 0x7EABBB) is unknown color: approx Glacier. HEX triplet: 7E, AB and BB. RGB value is (126,171,187). Sum of RGB (Red+Green+Blue) = 126+171+187=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #7EABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EABBB is #815444. Grayscale: #9F9F9F. Windows color (decimal): -8475717 or 12299134. OLE color: 12299134.

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

Color convert

RGB126171187-
CMYK0.330.0900.27
HSL195.74º30.96%61.37%-
HSV(B)195.74º32.62%73.33%-
XYZ32.1437.1552.49-
YUV159.37143.59104.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.03%
GREEN value IS 171 (67.19% from 255) = 35.33%
BLUE value IS 187 (73.44% from 255) = 38.64%
R=26.03%
G=35.33%
B=38.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261711870.330.0900.27195.7430.9661.37
Hex7EABBB21901Bc41f3d
Octal17625327341110333043775
Binary1111110101010111011101110000110010110111100010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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