#7FABBE

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

Shades of Glacier #7FABBE

Tints of Glacier #7FABBE

Color information

#7FABBE (or 0x7FABBE) is unknown color: approx Glacier. HEX triplet: 7F, AB and BE. RGB value is (127,171,190). Sum of RGB (Red+Green+Blue) = 127+171+190=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #7FABBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FABBE is #805441. Grayscale: #9F9F9F. Windows color (decimal): -8410178 or 12495743. OLE color: 12495743.

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

Color convert

RGB127171190-
CMYK0.330.1000.25
HSL198.1º32.64%62.16%-
HSV(B)198.1º33.16%74.51%-
XYZ32.6137.3654.21-
YUV160.01144.92104.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.02%
GREEN value IS 171 (67.19% from 255) = 35.04%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=26.02%
G=35.04%
B=38.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271711900.330.1000.25198.132.6462.16
Hex7FABBE21A019c6213e
Octal17725327641120313064176
Binary11111111010101110111110100001101001100111000110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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