#7EABBE

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

Shades of Glacier #7EABBE

Tints of Glacier #7EABBE

Color information

#7EABBE (or 0x7EABBE) is unknown color: approx Glacier. HEX triplet: 7E, AB and BE. RGB value is (126,171,190). Sum of RGB (Red+Green+Blue) = 126+171+190=487 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.87% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #7EABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EABBE is #815441. Grayscale: #9F9F9F. Windows color (decimal): -8475714 or 12495742. OLE color: 12495742.

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

Color convert

RGB126171190-
CMYK0.340.1000.25
HSL197.81º32.99%61.96%-
HSV(B)197.81º33.68%74.51%-
XYZ32.4637.2854.2-
YUV159.71145.09103.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.87%
GREEN value IS 171 (67.19% from 255) = 35.11%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=25.87%
G=35.11%
B=39.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261711900.340.1000.25197.8132.9961.96
Hex7EABBE22A019c6213e
Octal17625327642120313064176
Binary11111101010101110111110100010101001100111000110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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